Skip to content
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

[TASK]: Preserve chart settings when rerunning a model and select latest output on node drilldown #2034

Closed
pascaleproulx opened this issue Oct 17, 2023 · 0 comments · Fixed by #2065
Assignees
Labels
task Development task

Comments

@pascaleproulx
Copy link
Contributor

Describe the task
Preserve chart settings when rerunning a simulation.

  1. On a workflow, add a model and pipe it into simulate probabilistic
  2. Run it and chart the I variable
  3. Open the model and change the config (e.g. make one of the parameter a distribution)
  4. Rerun the simulation
    => output 2 is created but the chart settings are lost which forces the user to reselect the I variable in order to see the new simulation results. The chart settings should be preserved.

Also, when you drilldown on the simulation node and go to the output tab, the dropdown is showing output1 instead of output2. It should show the latest run by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Development task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants