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

Dymos should no longer record inputs by default. #1015

Closed
robfalck opened this issue Nov 3, 2023 · 0 comments · Fixed by #1016
Closed

Dymos should no longer record inputs by default. #1015

robfalck opened this issue Nov 3, 2023 · 0 comments · Fixed by #1016
Assignees

Comments

@robfalck
Copy link
Contributor

robfalck commented Nov 3, 2023

Proposed feature.

The automatic saving of the final case by run_problem uses a recorder attached to Problem that automatically saves both inputs and outputs.

Since the advent of auto_ivc the recording of inputs is not necessary to reconstruct the problem. Dymos should save the disk space and not record them by default.

The user can override this option with p.recording_options['record_inputs'] = True.

Example

No response

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

Successfully merging a pull request may close this issue.

1 participant