OpenMDAO / Aviary

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

Change behavior of the problem_recorder and driver_recorder options on dashboard command #318

Closed hschilling closed 1 week ago

hschilling commented 3 weeks ago

Desired capability or behavior.

Currently the dashboard command options: problem_recorder and driver_recorder are used to indicate if those files should be read and used for the creation of various tabs on the dashboard.

Feedback indicates that users would prefer if the dashboard always used those case recorder files and that these options be used to indicate that a non-standard name for the file was used. The exception to that is if driver_recorder is set to None, which would indicate not reading the driver recorder file, which could be very large and the resulting dashboard tab not of interest to the user.

This will mean that the file names used for the functions run_aviary and run_aviary_problem need to be changed to match the defaults used by the dashboard command code.

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

No response

Associated Bug Report

No response