nrnhines

Results 397 comments of nrnhines

It appears from anaconda.org (and searching for neuron) that there a a half-dozen or so artifacts, mostly associated with individuals. The most downloaded is ```[conda-forge](https://anaconda.org/conda-forge) / [neuron 8.2.4]``` for linux-64...

My comparison of multisplit performance (with `h.tstop = 100` ) shows ``` threads v9.0 v8.2.7 16 14 11 8 15 14 4 30 27 2 50 49 1 96 98...

I can explain, but not justify. A name declared in an object has a public flag and obj.name syntax is only allowed if the public flag is true. The name...

I don't have a problem with ```this.private``` being allowed. I'm not aware of any circumstances where ```this.private``` would differ from ```private```. I suppose you would have to check that it...

Are you able to successfully run the Ketamine github repository model on your system? I notice in the Ketamine github repository, one of the python module requirements is ```NEURON==7.8.0.119``` but...

When I search for RangeVar in nrn.readthedocs.io there are three items that pop up The middle one is somewhat of a misnomer. https://nrn.readthedocs.io/en/latest/progref/visualization/rvarplt.html was at first limited to helping with...

That seems reasonable to me. When I authored the file it was unclear to me all the variations of how to insert links. It would be nice for someone knowledgable...