-
Notifications
You must be signed in to change notification settings - Fork 2
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
4201 feat add preset to the calibrate and optimize operator #4293
4201 feat add preset to the calibrate and optimize operator #4293
Conversation
* New options exposed for calibrate, as explained by Nelson in issue (this will need some under the hood wiring by Tom) * New design to make calibrate and simulate look like optimize * Standardizing location for a number of enums. * Relocating the preset option in simulate, request by Pascale.
packages/client/hmi-client/src/components/workflow/ops/simulate-ciemss/tera-simulate-ciemss.vue
Outdated
Show resolved
Hide resolved
.../hmi-client/src/components/workflow/ops/calibrate-ciemss/tera-calibrate-ciemss-drilldown.vue
Outdated
Show resolved
Hide resolved
…to-the-calibrate-and-optimize-operator
packages/client/hmi-client/src/components/workflow/ops/calibrate-ciemss/calibrate-operation.ts
Outdated
Show resolved
Hide resolved
.../hmi-client/src/components/workflow/ops/calibrate-ciemss/tera-calibrate-ciemss-drilldown.vue
Outdated
Show resolved
Hide resolved
…brate-and-optimize-operator' into 4201-feat-add-preset-to-the-calibrate-and-optimize-operator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please give me time to update the java types before merging this.
Corresponding changes will also be made here: DARPA-ASKEM/pyciemss-service#109
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have finished mucking around please test with these pyciemss-service updates:
Description
Note now Simulation and Calibration are done, but Optimize is still TODO
Resolves #(issue)