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 a logic issue in Birkhoff timeseries outputs. #1071

Merged
merged 2 commits into from
May 29, 2024

Conversation

robfalck
Copy link
Contributor

Summary

The racecar test case was failing because the time variable is renamed and other state (ds_dt) is integrated to obtain clock time. This output was then renamed 'time' so that things like plots would work as expected.

The logic was such that the renaming of the states caused a promotion error in the Birkhoff transcription.
This is now fixed, and the racecar case is tested under all three pseudospectral transcriptions.

Related Issues

None

Backwards incompatibilities

None

New Dependencies

None

@robfalck robfalck requested a review from swryan May 29, 2024 15:52
@coveralls
Copy link

Coverage Status

coverage: 92.247% (-0.3%) from 92.557%
when pulling f1f8f84 on robfalck:birkhoff_renamed_timeseries_bug
into 8b64e5f on OpenMDAO:master.

@robfalck robfalck merged commit 8a82d7a into OpenMDAO:master May 29, 2024
10 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.

3 participants