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 with timeseries reports and the Birkhoff transcription. #1040

Merged
merged 17 commits into from
Feb 2, 2024

Conversation

robfalck
Copy link
Contributor

@robfalck robfalck commented Feb 1, 2024

Summary

  • Refactored timeseries report so that it doesn't need a Problem instance.
  • Moved time, state, parameter, and control options into actual Phase.options so that they are recorded.
  • Removed phase instantiation using from_phase argument.
  • Added Phase.duplicate() method.
  • Added some tex files that were missing from the JOSS folder.
  • Cleanup .gitignore.

Related Issues

Backwards incompatibilities

  • Phase init argument from_phase is no longer availalbe. Users should use Phase.duplicate() or Phase.get_simulation_phase()

New Dependencies

None

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@coveralls
Copy link

coveralls commented Feb 1, 2024

Coverage Status

coverage: 92.759% (+0.5%) from 92.294%
when pulling cff0405 on robfalck:timeseries_report_update
into 7e24a7f on OpenMDAO:master.

@robfalck robfalck merged commit e9c1ddf into OpenMDAO:master Feb 2, 2024
10 checks passed
@robfalck robfalck deleted the timeseries_report_update branch August 14, 2024 15:32
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.

Trajectory results report is empty for Birkhoff transcription.
3 participants