-
Notifications
You must be signed in to change notification settings - Fork 104
Remove ability to rename openmdao/dymos reports #870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
"| 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", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
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