Robin De Schepper
Robin De Schepper
I have a binary extension which ships its own CMake modules, and they aren't detected because `scikit-build` sets `CMAKE_MODULE_PATH` itself to a specific absolute path. Is there an argument that...
## Context I'm running my typical cerebellum model in NEURON, and sometimes things crash. Some specific values of parameters seem to crash more often than others. There is no discernable...
## Context `hoc.HocObject`s look things up dynamically in `nrnpy_hoc.cpp:hocobj_getattr`, so `h.__dict__` is weird and contains lots of `None`: ``` >>> h.__dict__ {'proc': None, 'func': None, 'obfunc': None, 'return': None, 'break':...
I used CMake to generate the build files for Visual Studio 2019 and I tried building the generated solution, it produces various errors. From https://github.com/neuronsimulator/nrn/issues/319 I guess that compilation on...
## Context ### Overview of the issue If you use the `Import3d_Neurolucida3` on SWC files it does not recover properly and loading a correct ASC morphology afterwards will produce defunct...
This is probably going to be a highly contentious issue, and it surprises me I didn't find (or missed) any open issues on it already: > What is the policy...
On https://alleninstitute.github.io/bmtk/builder.html#building-edges there's an occurence of `**connectivity_rule**s` with a broken link in the first double asterisk.
Somehow https://libraries.io/pypi/nest/dependents thinks the BMTK needs `nest`, but nest on PyPI is this piece of junk source code: ```python def print_list(the_list, level=0): for each_item in the_list: if isinstance(each_item, indent =...
The tests and pycaches are unconventionally placed inside the source directory and as such are packaged and installed with every `pip install bmtk`: ``` PS C:\Users\robin> pip show -f bmtk...
The error can be ignored by entering `N` for the proposed finding of these modules on PyPI, but it shouldn't be thrown at all for builtin modules right? (paperpy-dev) robin@robin-ZenBook-UX533FN:~/paperpy$...