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

Remove variable "type" from timeseries outputs. #917

Closed
robfalck opened this issue Mar 24, 2023 · 0 comments · Fixed by #935
Closed

Remove variable "type" from timeseries outputs. #917

robfalck opened this issue Mar 24, 2023 · 0 comments · Fixed by #935

Comments

@robfalck
Copy link
Contributor

robfalck commented Mar 24, 2023

Proposed feature.

Timeseries outputs prefixes the variable type to states, controls, and parameters. This can make plotting things an annoyance when a particular variable changes time from phase to phase to phase.

In 1.18.0, dymos will begin removing this prefix by default, with the option to reclaim the current behavior using

from dymos.options import options
options['use_prefix'] = True

...

This change will not affect most user input files, but may affect their output files.
This change will cause some necessary changes in how dymos loads in cases, since those methods currently rely on the presence of the prefix.

Example

No response

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