-
Notifications
You must be signed in to change notification settings - Fork 22
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 for overriding data variables and lookups at runtime #472
Comments
TL;DR: This includes the following changes:
More details on all the changes are listed below. Most of the changes are in the form of new functionality, and none of these should cause incompatibilities for existing projects. Changes in
|
This feature was originally filed together with adding support for overriding constant variables (see #470) but I now think it would be easier to manage as a separate issue, so I'm filing this as a standalone feature.
To enable rapid prototyping and calibration of our models, we would like to have a way to override data or lookup variables at runtime.
I prototyped this in my work-in-progress "generate JS" branch because I needed it for a small model we were working on. I believe that @ToddFincannonEI already has a related branch, so we should put our heads together on this.
The text was updated successfully, but these errors were encountered: