Casey Kneale

Results 81 comments of Casey Kneale

I'm not 100% sure how it's working, but yes my experience so far is the GLFW successfully builds on wayland systems right now without any effort. The BinaryBuilders crew in...

![Screenshot from 2019-12-26 20-59-33](https://user-images.githubusercontent.com/47341278/71496743-d96cb280-2822-11ea-9c6f-fc6465465560.png) All I can do is confirm that whatever you all did everything works fine now?

``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |...

Does this help give you a boilerplate to work from? https://github.com/caseykneale/ChemometricsTools.jl/blob/abb3c1c6817befa02dc2ada40fc678da25f2ee36/src/ClassificationMetrics.jl#L191 or https://github.com/caseykneale/ChemometricsTools.jl/blob/abb3c1c6817befa02dc2ada40fc678da25f2ee36/src/ClassificationMetrics.jl#L220 Kind of hacky but it makes decent first pass LaTeX tables for classification metrics.

Yes this package needs to be updated(it has not been touched for 2-3 years). I will try to get around to doing this. I recently received a message from another...

Would you mind trying to use the latest version on Master, IE: `add ChemometricsTools#master` I tried it with ModellingToolkit and it seemed to install for me. If it works for...

Not sure what QLab is? I've been having a bugger of a time with Sgolay, using DSP.jl broke my package a few weeks ago, and I had to write my...

One of my favorite constants that shows up from time to time is the impedance of free space :). Z0 = 119.91698326550797 * pi Units are in Ohms :)

Is there a way to convert a weighted graph to a simple graph?

It's related in the sense that, I can plot the unweighted graph and not the weighted one. So this is a quick work around. Thank you.