OpenMDAO / Aviary

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

Initial guesses initialization #282

Closed cmbenne3 closed 3 months ago

cmbenne3 commented 4 months ago

Summary

Changes the location of the initialization of 'initial_guesses'. This fixes an error with load_inputs() when called with an AviaryValues object, rather than a .csv input file.

Change to parse_inputs() to allow for optional arguments, matching best practice elsewhere in aviary codebase.

Backwards incompatibilities

None

New Dependencies

None

crecine commented 4 months ago

could you update the default values in aviary/docs/getting_started/input_csv_phase_info.md as well