OpenMDAO / Aviary

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

Combine verbosity #303

Closed xjjiang closed 1 month ago

xjjiang commented 1 month ago

Summary

In Aviary, we set verbosity in two ways: one in .cvs file, it is settings:verbosity, the other is as a function attribute, it is verbosity. As a result, both of them are written into aircraft_values. This PR will combine them into a single value - settings:verbosity.

I didn't touch the string verbosity in fortran_to_aviary.py because they seem to have a different meaning. They are not supposed to write into .csv files.

Please ignore methods_for_level1.py and api.py. They should not be in this PR.

Related Issues

Backwards incompatibilities

None

New Dependencies

None