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

Typo in AnalyticPhase documentation #905

Closed
robfalck opened this issue Feb 15, 2023 · 0 comments · Fixed by #906 or #909
Closed

Typo in AnalyticPhase documentation #905

robfalck opened this issue Feb 15, 2023 · 0 comments · Fixed by #906 or #909
Assignees
Labels
docs Related to documentation

Comments

@robfalck
Copy link
Contributor

Task Description

The documentation here: https://openmdao.github.io/dymos/features/phases/analytic_phases.html#different-ways-to-handle-the-phase-linkage-for-state-continuity

Indicates that we can link the two phases together with a constraint, rather than directly connecting them. But then the example given indicates that they are in fact connected.

Valid options here would be to link the states together with unconnected phases, using a constraint:

traj.link_phases(['first_phase', 'second_phase'], ['x'], connected=True)

Should be

Valid options here would be to link the states together with unconnected phases, using a constraint:

traj.link_phases(['first_phase', 'second_phase'], ['x'], connected=False)

@robfalck robfalck assigned robfalck and unassigned robfalck Feb 15, 2023
@robfalck robfalck added the docs Related to documentation label Feb 15, 2023
@swryan swryan self-assigned this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Related to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants