Modify the PyROS Logging System#3732
Merged
jsiirola merged 32 commits intoPyomo:mainfrom Oct 17, 2025
Merged
Conversation
3 tasks
Contributor
Author
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3732 +/- ##
=======================================
Coverage 89.18% 89.18%
=======================================
Files 896 896
Lines 103725 103800 +75
=======================================
+ Hits 92508 92575 +67
- Misses 11217 11225 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mrmundt
requested changes
Oct 7, 2025
jsiirola
approved these changes
Oct 14, 2025
mrmundt
approved these changes
Oct 14, 2025
Member
|
@shermanjasonaf There is still a TODO on this PR (it was waiting for #3722). That PR is in - do you want to incorporate it into a subsequent PR (in which case this PR is ready to merge) or address that TODO as part of this PR (in which case we will wait)? |
Contributor
Author
|
@jsiirola I have addressed the TODO here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary/Motivation:
This PR modifies the PyROS solver output logging system so that the output shown by the default logger (or any other
INFO-level logger) is simplified.Changes proposed in this PR:
DEBUG, rather thanINFOlevel: (i) full PyROS solver config, (ii) backup solver invocations, (iii) subproblem solve failures for the master feasibility and DR polishing problems, (iv) timing profile, (v) component statistics for the preprocessed modelINFO-level) iteration log tableINFOlevelTODO
ConfigDict.user_values()should return only child entries, not instance itself #3722 merged) Simplify logging of user optionsDEBUG-level logsLegal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: