-
Notifications
You must be signed in to change notification settings - Fork 11
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
ConditionalDerivedVariables and DerivedVariables #88
Comments
@kperun did you manage to work around that issue? |
JustasB
added a commit
to JustasB/NeuroML2
that referenced
this issue
Mar 26, 2018
Addresses this issue: OpenSourceBrain/PinskyRinzelModel#7 by implementing the solution suggested here: LEMS/jLEMS#88 (comment)
JustasB
added a commit
to JustasB/NeuroML2
that referenced
this issue
Mar 26, 2018
Addresses OpenSourceBrain/PinskyRinzelModel#7 with solution from LEMS/jLEMS#88 (comment)
@pgleeson |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be a problem with ConditionalDerivedVariables in combination with DerivedVariables, e.g.
results in an error stating that V_bounded in exp_arg can not be found. However, if we use V_bounded in a state assignment, it seems to work.
Is this a bug or some kind of intended behavior in order to, e.g., avoid circular dependencies?
Regards,
Konstantin
The text was updated successfully, but these errors were encountered: