You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
read an environment variable NEURONML_SIMULATOR and calls the appropriate method based on that
read a configuration file for NeuroML which can include a number of fields, including the choice of simulator
The text was updated successfully, but these errors were encountered:
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:
NEURONML_SIMULATOR
and calls the appropriate method based on thatThe text was updated successfully, but these errors were encountered: