We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
value="( (V - ((V^3) / 3)) - W + I) / SEC" is ok, value="(V - (V^3) / 3 - W + I) / SEC" is not... In https://github.com/NeuroML/NeuroML2/blob/master/NeuroML2CoreTypes/Cells.xml
The text was updated successfully, but these errors were encountered:
Maybe an issue with the op precedence? I'll check it out
Sorry, something went wrong.
Great. As you may have seen I've made some changes today and gotten a few of the NeuroML files working.
Regarding this bug, it may be good to add unit tests on expression parsing like there are for unit string checking: https://github.com/LEMS/pylems/blob/master/lems/test/test_units.py
Minor change to FitzhughNagumo model to work with pylems, see LEMS/py…
9d62039
…lems#6
Rechecked and this is still an issue...
No branches or pull requests
value="( (V - ((V^3) / 3)) - W + I) / SEC"
is ok,
value="(V - (V^3) / 3 - W + I) / SEC"
is not...
In https://github.com/NeuroML/NeuroML2/blob/master/NeuroML2CoreTypes/Cells.xml
The text was updated successfully, but these errors were encountered: