-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jNeuroML -neuron continues even if .mod files fail to compile #54
Comments
+1 |
pgleeson
added a commit
to NeuroML/org.neuroml.export
that referenced
this issue
Nov 16, 2017
Added support for dimension per_voltage2 in Neuron
pgleeson
added a commit
to NeuroML/pyNeuroML
that referenced
this issue
Nov 16, 2017
Change to v0.3.5
Working in development branches. Need to test more & make a release... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the following command on the attached LEMS & channel files (in LEMS.zip)
jnml LEMS_3point2Eminus4mM_Deactivation_Golgi_KCa_CML.nml -neuron -nogui -run
Fails to compile resulting mod files (as expected) and includes the following messaging in the output:
NOTE: make sure you can compile NEURON mod files on your system!
and later:
(INFO) Success: false
However, jnml unexpectedly continues running NEURON despite failure to compile the mod files:
In some cases, this could result in simulations with silent failures -- e.g. the simulation proceeds, even though the .mod files failed to compile, resulting in erroneous simulation output.
If in cases of
(INFO) Success: false
, jnml stopped further execution, such failures would be prevented.The text was updated successfully, but these errors were encountered: