-
Notifications
You must be signed in to change notification settings - Fork 252
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
POEM 097 Implementation, Part 1 #3287
Conversation
…ne the hierarchy of the problem tree.
…to reports directory by default.
…ysis errors tests that were checking for optimizer result files in wrong locations
…ystem test problem name to compensate for now.
…n_outputs_dir2
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -26,7 +26,7 @@ | |||
'PSQP', # fails nominal with: (4) Maximum constraint value is less than or equal to tolerance | |||
} | |||
|
|||
@use_tempdirs | |||
# @use_tempdirs |
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.
was commenting this out meant to be temporary?
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.
Fixed, thanks
…n_outputs_dir2
…n_outputs_dir2
…n_outputs_dir2
Summary
This POEM begins the reorganization of problem output files for POEM 097.
Related Issues
Backwards incompatibilities
The global
_reports_dir
variable is removed, along with associated functions (set_reports_dir, reset_reports_dir).Reports may not be generated pre-setup, as the path to the reports directory is not known until setup time.
problem_setup_stack is removed in favor of a parent/child hierarchy for problems.
New Dependencies
None