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 #320

Closed hschilling closed 1 week ago

hschilling commented 3 weeks ago

Summary

Modified the way the dashboard command works so that the dashboard always uses the problem and driver case recorder files and that the problem_recorder and driver_recorder 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.

Also changed the name of the default filenames to be problem_history.db and driver_history.db.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

crecine commented 2 weeks ago

https://github.com/OpenMDAO/Aviary/pull/330 changed aviary/docs/user_guide/outputs_and_how_to_read_them from .md to .ipynb, if you need help resolving the merge conflict, let me know.

crecine commented 2 weeks ago

@hschilling Just created a PR to your branch to resolve the merge conflict, which should fix the doc failure

hschilling commented 2 weeks ago

Thanks!

crecine commented 1 week ago

Thanks!

You'll have to approve it here https://github.com/hschilling/om-Aviary/pull/1