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
34 stars 30 forks source link

feat(generate-if-curve): allow specifying segment and fraction along #235

Closed sanjayankur31 closed 1 year ago

sanjayankur31 commented 1 year ago

To allow analysis of multi-compartmental cells with inputs at different locations

pgleeson commented 1 year ago

@sanjayankur31 Maybe they should be segid=0 and fract=0.5 by default instead of None?

sanjayankur31 commented 1 year ago

We decided to leave it as None since non compartmental cell models would not take these values. The schema docs say that 0 and 0.5 will be used if these fields are left empty. Merging this now.