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

Allow double linkage between phases #1121

Merged
merged 7 commits into from
Nov 4, 2024

Conversation

kaushikponnapalli
Copy link
Contributor

Summary

When two phases are linked together at their start and end, currently we raise an error for cyclical link. This is changed to be a warning instead.
Additionally changed the behavior of using vars='*' in the phase linkage to allow for renamed time.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

Coverage Status

coverage: 93.702% (-0.2%) from 93.895%
when pulling b752334 on kaushikponnapalli:double_linkage
into 8338af1 on OpenMDAO:master.

@robfalck robfalck merged commit 7ba7411 into OpenMDAO:master Nov 4, 2024
12 checks passed
@kaushikponnapalli kaushikponnapalli deleted the double_linkage branch November 22, 2024 16:13
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.

Two phases can only be linked to each other once
3 participants