Skip to content

Conversation

jkirk5
Copy link
Contributor

@jkirk5 jkirk5 commented Sep 10, 2025

Summary

Currently the ability to rename some of the openmdao and dymos reports exists in Aviary. There doesn't seem to be any good reason to let users do this, and it breaks dashboard functionality as it can't find those renamed report files, so those options have been removed.

Related Issues

Backwards incompatibilities

Any models that use those arguments in L1 or L2 will throw errors until they are removed.

New Dependencies

None

"| Optimization | Total Coloring Report | ./*name_of_run_script*_out/reports/total_coloring.html |\n",
"| Optimization | Optimization Report | ./*name_of_run_script*_out/reports/opt_report.html |\n",
"| Optimization | SNOPT Output (similarly for other optimizers) | ./*name_of_run_script*_out/reports/SNOPT_print.out |\n",
"| Results | Subsystem Results | ./*name_of_run_script*_out/reports/subsystems/*name_of_subsystem.md (or .html)*|\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Results: Trajectory Results Report and Optimization: Driver recording are missing from the new list. Maybe was intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch that shouldn't have gotten removed

@Kenneth-T-Moore Kenneth-T-Moore added this pull request to the merge queue Oct 1, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom report names break the dashboard
2 participants