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

Added support for multidimensional shapes in EQConstraintComp and BalanceComp #2210

Merged
merged 7 commits into from
Aug 12, 2021

Conversation

DKilkenny
Copy link
Contributor

@DKilkenny DKilkenny commented Aug 5, 2021

Summary

Added support for multidimensional shapes when using add_constraint with EQConstraintComp or add_balance with BalanceComp. This applies when using/not using the normalize arg

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

coveralls commented Aug 5, 2021

Coverage Status

Coverage increased (+0.01%) to 89.401% when pulling b5aaa73 on normalize into 759a36e on master.

openmdao/components/balance_comp.py Outdated Show resolved Hide resolved
openmdao/components/eq_constraint_comp.py Outdated Show resolved Hide resolved
openmdao/components/tests/test_eq_constraint_comp.py Outdated Show resolved Hide resolved
@DKilkenny DKilkenny changed the title Added support for multidimentional support for EQConstraintComp and BalanceComp Added support for multidimensional shapes in EQConstraintComp and BalanceComp Aug 10, 2021
@swryan swryan merged commit a2c4979 into master Aug 12, 2021
@DKilkenny DKilkenny deleted the normalize branch October 13, 2021 14:09
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.

normalize option in BalanceComp and EQConstraintComp incompatible with multidimensional variables
5 participants