-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow non-constant observables #578
Comments
@sabinala , I believe observables can already support parameters values in their definitions. Do you have an example where this behavior does not work as expected? |
Great, thank you. Could you please create an AMR at https://raw.githubusercontent.com/DARPA-ASKEM/simulation-integration/main/data/models/ so that I can add a test when I address this issue. I'll plan on taking this on now. |
@SamWitty Here's the PR to add that AMR: DARPA-ASKEM/simulation-integration#78 |
Currently, parameters in observable expressions must be constant, but we should allow non-constant (or sampled) parameter values.
The text was updated successfully, but these errors were encountered: