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

Aviary is overwriting the design range with the phase_info's range. #569

Open
Kenneth-T-Moore opened this issue Oct 16, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Kenneth-T-Moore
Copy link
Member

Description

This is currently a benchmark failure for test_bench_multiengine.py

In this problem, the Mission.Design.RANGE is specified as 2960 nmi in the csv file, and the phase_info runs a mission using the default hieght_energy file with target range set to 1906 nmi. Sometime during level 2 setup, the Mission.Design.RANGE takes on the 1906 value, regardless of what I set the ProblemTYPE enum.

Example

In test_bench_multiengine.py, specifically the test_multiengine_dynamic and test_multiengine_static tests are failing due to this issue. The smaller (incorrect) design range changes the mass in some component, and leads to different answers for the throttle allocations.

Aviary Version

0.9.4-dev

Relevant environment information

No response

@Kenneth-T-Moore Kenneth-T-Moore added the bug Something isn't working label Oct 16, 2024
xjjiang added a commit to xjjiang/om-Aviary that referenced this issue Oct 16, 2024
…n is due to a different bug, related to the design range: issue OpenMDAO#569. I have to adjust tolerances in order to pass unit tests.
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

No branches or pull requests

1 participant