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

Fixed an issue where control rate values are showing up in timeseries outputs by default. #987

Merged
merged 7 commits into from
Sep 14, 2023

Conversation

robfalck
Copy link
Contributor

@robfalck robfalck commented Sep 7, 2023

Summary

Controls were being added during setup rather than configure which caused control rates to inadvertently end up in the timeseries outputs by default.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

coveralls commented Sep 10, 2023

Coverage Status

coverage: 92.559% (-0.1%) from 92.654% when pulling 4166214 on robfalck:control_rates_timeseries_bug into 9ea3ecf on OpenMDAO:master.

@robfalck robfalck merged commit 5ad5d81 into OpenMDAO:master Sep 14, 2023
8 checks passed
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 this pull request may close these issues.

Control rates are being included in timeseries outputs by default.
3 participants