Matthew Kirby

Results 5 comments of Matthew Kirby

We also run into this problem with a clean container. ```bash sudo apt-get install libgsl0-dev -y git clone https://github.com/matthewkirby/cluster_toolkit.git cd cluster_toolkit python setup.py install ```

Just to pass everything along, when I ran and installed locally in python 3 I had no issues. After forking and making the small `+['-std=c99']` hack, I am running into...

So I actually looked at this function a little more. While this change fixes a big issue (at least imo), I think there are other problems with it. To some...

Detailing the additional changes, the first 3 remove about 10 lines of code and result in no changes. 1. Corrected the logic inside the if statement such that `not location.locked`...