OpenMDAO / Aviary

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

Added a tab for displaying the mission_timeseries_data.csv file in the dashboard #236

Closed hschilling closed 2 months ago

hschilling commented 3 months ago

Summary

Added a tab for displaying the mission_timeseries_data.csv file in the dashboard

Related Issues

Backwards incompatibilities

None

New Dependencies

None

Kenneth-T-Moore commented 2 months ago

I looked this over for one of the MBSAE cases. I think the number of digits displayed is probably too high (e.g., 5950672.041932629 m for range.) I'm not sure this is the responsibility of the report, though, since the ultimate source is another file. Same thing about our weird mixture of english and metric units in the outputs. Overall display itself is fine.

johnjasa commented 2 months ago

Thanks for the comment, Ken, I agree we could improve that and that it's not the dashboard's job to do that, but rather the timeseries report and other places we output data. I've added a note to #237 with your comment.