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
TemplateModel.substitute_parameter
This method should also check the initial expressions:
mira/mira/metamodel/template_model.py
Line 1023 in d42e7e9
Proposal:
for template in self.templates: template.substitute_parameter(name, value) for observable in self.observables.values(): observable.substitute_parameter(name, value) for initial in self.initials.values(): initial.substitute_parameter(name, value)
The text was updated successfully, but these errors were encountered:
substitute_parameter
Successfully merging a pull request may close this issue.
This method should also check the initial expressions:
mira/mira/metamodel/template_model.py
Line 1023 in d42e7e9
Proposal:
The text was updated successfully, but these errors were encountered: