-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: throw runtime error for dimensional check failures #122
Conversation
fe74196
to
1c54c44
Compare
All the LEMS examples in the NeuroML2 repo passed, but it'll be good to check if any of our existing models fail because of this (and correct them?). |
@pgleeson : just ran into this fall out from the dimensional fixes while re-building the java stack in experimental:
Still debugging to see what's causing it. Edit: added complete traceback |
Here's the LEMS file that is generated that it doesn't like: |
This is the dynamics block:
the error is pointing to this line:
I think the RHS needs to be |
@sanjayankur31 Yes, probably that's the issue. Note the age of those files though, they predate the sbml showcase and probably izh in nml2... If it's a quick fix then fix it, otherwise they're not needed... |
Cool, wasn't too hard to figure out luckily, opened a one line PR here: NeuroML/org.neuroml.import#24 |
No description provided.