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 condition under which trajectory linkage reports are generated. #828

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

robfalck
Copy link
Contributor

Summary

Changes the condition under which a linkage report is generated from "trajectory has more than one phase" to "trajectory contains linkages". This was causing a reports to not be generated in cases where a single-phase trajectory uses linkages to couple the various initial/final conditions of the phase together, such as in the racecar example.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

… as long as linkages are present in the trajectory.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.933% when pulling 68f64d5 on robfalck:report_update into 5e02291 on OpenMDAO:master.

@robfalck robfalck merged commit 1375fa5 into OpenMDAO:master Sep 27, 2022
@robfalck robfalck deleted the report_update branch October 17, 2022 19:49
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.

Allow single-phase trajectories to create a linkage report.
4 participants