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

added -sbml-sedml option passing through to jnml #295

Closed robertvi closed 5 months ago

robertvi commented 5 months ago

A simple pass through of -sbml-sedml from pynml to jnml

sanjayankur31 commented 5 months ago

@robertvi : I've just merged development into this to (hopefully) fix the CI. Please run a git pull in your local copy to get the latest version.

This looks fine to me, but I think we need to wait for a new jNeuroML release before merging this in, since that's required for the options to be available in jnml.

pgleeson commented 5 months ago

@sanjayankur31 nope, -sbml-sedml has been an option in jnml for a long time...

sanjayankur31 commented 5 months ago

Cool, I'll cut a quick release then so all of this gets to users now.