OpenMDAO / Aviary

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

Added run status tab to dashboard #337

Closed hschilling closed 11 hours ago

hschilling commented 1 week ago

Summary

Added a run status tab to the dashboard to give the user a quick overview of the run.

Made it the initial tab on dashboard launch

Related Issues

Backwards incompatibilities

None

New Dependencies

None

Kenneth-T-Moore commented 4 days ago

Looks good. With Bret's fix, we don't need these anymore either:

    from aviary.interface.methods_for_level2 import AviaryProblem
    if not isinstance(prob, AviaryProblem):
        return