Skip to content
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

Merged
merged 25 commits into from
Jul 22, 2024
Merged

Conversation

robfalck
Copy link
Contributor

Summary

This POEM begins the reorganization of problem output files for POEM 097.

Related Issues

  • Resolves #

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

Copy link

Check out this pull request on  ReviewNB

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
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, thanks

@coveralls
Copy link

Coverage Status

coverage: 87.005%. first build
when pulling c641bdf on robfalck:run_outputs_dir2
into 467f9f0 on OpenMDAO:master.

@coveralls
Copy link

Coverage Status

coverage: 86.993%. first build
when pulling dd90d76 on robfalck:run_outputs_dir2
into 467f9f0 on OpenMDAO:master.

@robfalck robfalck modified the milestones: 3.34.0, 3.35.0 Jul 16, 2024
@swryan swryan added the POEM Indicates an issue/PR that references a POEM label Jul 16, 2024
@robfalck robfalck added the backwards_incompatible Used on issues/PRs that will introduce backwards incompatibility label Jul 17, 2024
@coveralls
Copy link

Coverage Status

coverage: 87.065%. first build
when pulling 4a0cac4 on robfalck:run_outputs_dir2
into 8113a4b on OpenMDAO:master.

@swryan swryan merged commit 224c213 into OpenMDAO:master Jul 22, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards_incompatible Used on issues/PRs that will introduce backwards incompatibility POEM Indicates an issue/PR that references a POEM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants