Fix warnings printed in Python test suite#1946
Merged
ischoegl merged 3 commits intoCantera:mainfrom Aug 23, 2025
Merged
Conversation
74b5254 to
f5cc853
Compare
Cantera already handles translating SUNDIALS errors into native exceptions, so we don't want to also have SUNDIALS print error messages using its default error handler. The default error handler was an addition in SUNDIALS 7.0.
Fix test of sticking coefficient warnings
f5cc853 to
037e4ae
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1946 +/- ##
=======================================
Coverage 74.92% 74.92%
=======================================
Files 448 448
Lines 55757 55758 +1
Branches 9203 9204 +1
=======================================
+ Hits 41775 41776 +1
Misses 10881 10881
Partials 3101 3101 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ischoegl
approved these changes
Aug 22, 2025
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.
Changes proposed in this pull request
StickingRate::validateto capture all warningsChecklist
scons build&scons test) and unit tests address code coverage