Richard C Gerkin
Richard C Gerkin
My students have so little programming experience that I would like to have code blocks that look sort of like this: ``` x_plus_one = x + ... ``` where their...
In cerberus 1.2, the example for http://docs.python-cerberus.org/en/stable/customize.html#custom-validators seems to have the wrong number of arguments. I was only able to get this to work with 2 arguments (including `self`), not...
We have a job that somewhat irreproducibly fails with a `MathDomainError` on [line 55 of _control.py](https://github.com/soravux/scoop/blob/master/scoop/_control.py#L55). The argument to the log function there is non-positive for some reason. I don't...
No "pubic" keys, thank you!
The link to [this](http://www.interintelligence.org/openworm/Entities.aspx) OpenWorm database page found on [this](http://docs.openworm.org/en/0.9/Resources/resources/#openworm-database) page is broken.
@pgleeson I have a fresh copy of neuroConstruct checked out yesterday inside a Docker container based on Ubuntu. I've done the usual: ``` ./updatenC ./nC.sh -make ./ant run cd osb...
Tests in druckmann2013.py are not actual sciunit Tests (they don't inherit from `sciunit.Test`) but just mimic some of a sciunit Test's methods. For compatibility with other tools that rely on...
@russelljjarvis Could you give me a list here of examples of all of the kinds of Score edge cases that are messing up optimization. Some of them may have common...
After python-quantities/python-quantities#173 is accepted, it will be possible to set preferred units (e.g. mV, pA, fC, ms, MOhms) when NeuronUnit is imported, and have all operations rescale inputs to those...