-
Updated
Aug 16, 2021 - C
neurons
Here are 176 public repositories matching this topic...
-
Updated
Jul 20, 2022 - Python
-
Updated
Aug 1, 2019 - JavaScript
-
Updated
Jun 30, 2020 - Python
-
Updated
Jul 14, 2022 - C++
-
Updated
Mar 16, 2020 - Jupyter Notebook
-
Updated
Jul 21, 2022 - Python
-
Updated
Aug 13, 2018 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Mar 3, 2019 - Java
For certain reasons, the subsurface scattering shader was removed from the shading drop down menu in the past. The shader is ready, but must be re-integrated again.
-
Updated
Mar 15, 2018 - Python
-
Updated
Jun 12, 2022 - Python
-
Updated
Jul 21, 2022 - Python
-
Updated
Jun 27, 2022 - C++
-
Updated
Apr 23, 2017 - Erlang
-
Updated
Jan 23, 2022 - Python
-
Updated
Jul 8, 2020 - Python
Partial files (hdf5/json) as left as is when extraction of activations fails midway. An error is printed but might be missed by users and they may inadvertently use the files directly. Solution: empty/delete files on failure.
-
Updated
Dec 8, 2016 - Python
-
Updated
Jun 21, 2022 - Python
Windows support
Being able to:
git clone git@github.com:BlueBrain/MorphIO.git
cd MorphIO
pip install -e .under Windows would be awesome.
-
Updated
Aug 3, 2020 - C++
-
Updated
Jul 23, 2022 - Julia
-
Updated
Jul 11, 2022 - Python
-
Updated
Mar 26, 2022 - MATLAB
-
Updated
Mar 31, 2017 - VHDL
-
Updated
May 15, 2022 - MATLAB
Improve this page
Add a description, image, and links to the neurons topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neurons topic, visit your repo's landing page and select "manage topics."
Describe the flaw
In NEST 3.3 compartmental model documentation (https://nest-simulator.readthedocs.io/en/v3.3/models/cm_default.html), capacitances and conductances are expressed respectively in uF and uS.
In cm_tree.cpp, lines 488-489 (print_tree function), they are reported as nF and uS.
In the given examples receptors_and_current.py and two_comps.py (https://github.com/nest/nest-simulat