NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

CellBuilder: add function to add unbranched list of segments to a cell #190

Closed sanjayankur31 closed 1 year ago

sanjayankur31 commented 1 year ago

we need a function to allow easy addition of a set of unbranched segments to a cell (corresponding to a section in NEURON).

sanjayankur31 commented 1 year ago

Addressed in libNeuroML:

https://github.com/NeuralEnsemble/libNeuroML/pull/148

Closing here.