OpenMDAO / Aviary

NASA's aircraft analysis, design, and optimization tool
https://openmdao.github.io/Aviary/
Other
107 stars 51 forks source link

Decouple tests from default metadata #421

Open jkirk5 opened 5 days ago

jkirk5 commented 5 days ago

Desired capability or behavior.

With the introduction of the get_options_default() utility, values that are being passed to tests are now tied to the default values in the variable metadata. This could cause major issues where if a default ever needs to be changed, all tests downstream could potentially break or start producing different values.

Is your feature request related to a problem? Please describe.

No response

Associated Bug Report

No response