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
There are a couple of nml examples where Case clauses (under ConditionalDerivedVariables) are used in a if-else way, i.e. one case defines a given condition and the respecitve value, while the other has a null condition and a different value (the "else" for the previous condition). See e.g. https://github.com/OpenSourceBrain/Thalamocortical/blob/master/neuroConstruct/generatedNeuroML2/kc_fast.channel.nml#L61 Should that be allowed? I don't think so. Nor does the LEMS schema
Case
ConditionalDerivedVariables
if-else
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a couple of nml examples where
Case
clauses (underConditionalDerivedVariables
) are used in aif-else
way, i.e. one case defines a given condition and the respecitve value, while the other has a null condition and a different value (the "else" for the previous condition). See e.g.https://github.com/OpenSourceBrain/Thalamocortical/blob/master/neuroConstruct/generatedNeuroML2/kc_fast.channel.nml#L61
Should that be allowed? I don't think so. Nor does the LEMS schema
The text was updated successfully, but these errors were encountered: