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

As a user, I want to be able to run my simulations using different backends without modifying my Python NeuroML simulation code #210

Open sanjayankur31 opened 1 year ago

sanjayankur31 commented 1 year ago

At the moment, I need to modify run_lems_with_jneuroml_neuron to something else in my Python scripts. Would it be possible to find a way of separating the choice of simulator from the script?

Possibilities: