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

Fix for openmdao warning messages. #950

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Conversation

Kenneth-T-Moore
Copy link
Member

Summary

OpenMDAO's promotes method now warns if you specify a src_shape when src_indices is None. This occurs when we have a static target in dymos and run with simultate=True. Solution is to also set src_shape to None.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@Kenneth-T-Moore Kenneth-T-Moore added the bug Something isn't working label Jul 6, 2023
@coveralls
Copy link

Coverage Status

coverage: 92.547% (+0.004%) from 92.543% when pulling fa62e20 on Kenneth-T-Moore:warn into 5a5e729 on OpenMDAO:master.

@robfalck robfalck merged commit de02e5a into OpenMDAO:master Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Excessive warnings during the generation of the phase output file.
3 participants