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
Describe the task
if (model.value?.semantics?.ode.observables) { modelStateAndObsOptions.value.push(...model.value?.semantics?.ode.observables.map((observable: any) => observable.id)); }
Needs to add _state when provided a state Needs to add _observable when provided an obs Currently this is done here: https://github.com/DARPA-ASKEM/pyciemss-service/blob/main/service/models/operations/optimize.py#L31
_state
_observable
Here is a very minimal test case ran with hard coded _observable in pyciemss-service:
The text was updated successfully, but these errors were encountered:
Pending 601-add-observables-to-risk-results being merged
Sorry, something went wrong.
Tom-Szendrey
Successfully merging a pull request may close this issue.
Describe the task
Allow for user to select these observables: (Essentially uncomment out some code)
https://github.com/DARPA-ASKEM/terarium/blob/main/packages/client/hmi-client/src/components/workflow/ops/optimize-ciemss/tera-optimize-ciemss-drilldown.vue#L661-L665
Needs to add
_state
when provided a stateNeeds to add
_observable
when provided an obsCurrently this is done here: https://github.com/DARPA-ASKEM/pyciemss-service/blob/main/service/models/operations/optimize.py#L31
Here is a very minimal test case ran with hard coded
_observable
in pyciemss-service:The text was updated successfully, but these errors were encountered: