Robin De Schepper

Results 186 comments of Robin De Schepper

I agree, the models on ModelDB should be able to be downloaded and executed even if they only work on Python 2, so py2 wheels as proposed in #1099 can...

@WeinaJi I just stumbled onto another case, but your PR maybe already fixes it: ``` >>> h.List("A").count() NEURON: A is not a template name near line 0 objref hoc_obj_[2] ^...

@WeinaJi the dissapearing MPI errors that I mentioned during the closing remarks: ``` Simulated 4521.0/8000.0ms. 15605.28s elapsed. Simulated tick in 3.35. Avg tick 3.4517s Simulated 4522.0/8000.0ms. 15608.63s elapsed. Simulated tick...

As the `MPI_Abort` issue might be slightly more complicated I've continued the report on #1881. @WeinaJi I'd still be interested to see if the Segmentation faults after HOC errors could...

I installed the requirements (BISON, FLEX, readline5) from WinGnu32, gave all their CMAKE flags and installed Intel MPI. That made CMake happy, then I optimistically opened `NEURON.sln` and pressed "Build...

YES! I'm so happy to see this large large large large large task being undertaken! My thoughts: Users browsing the docs must be considered daft and lazy, and must be...

The fragmentation, local build complexity, and structure of the documentation has also made it hard to contribute. After the rework a description of how to contribute to the docs, where...

The signature refactoring looks good this way, have you experimented with perhaps a one sentence description under each signature, or even full docstrings? Per parameter descriptions are also possible in...

> Maybe the inheritance issue can be addressed by having h.Vector return the hoc.Vector type object... and by making that distinct enough from hoc.HocObject that NEURON knows that passing something...