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

Update LEMSSimulation to also take string parameters #199

Closed sanjayankur31 closed 2 months ago

sanjayankur31 commented 1 year ago

duration and dt currently have to be provided as floats, which is not in line with the rest of neuroml where all parameters are provided as strings with units. So we should enhance the LEMSSImulation class to also allow inputting these values as strings with units for consistency.