Clean up logger and reduce the amount of debug messages printed#99
Open
clinssen wants to merge 45 commits into
Open
Clean up logger and reduce the amount of debug messages printed#99clinssen wants to merge 45 commits into
clinssen wants to merge 45 commits into
Conversation
added 23 commits
October 6, 2025 12:08
added 3 commits
February 25, 2026 13:14
added 9 commits
March 19, 2026 13:18
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #99 +/- ##
==========================================
+ Coverage 62.53% 66.22% +3.69%
==========================================
Files 15 15
Lines 1500 1741 +241
==========================================
+ Hits 938 1153 +215
- Misses 562 588 +26 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
added 4 commits
June 18, 2026 10:36
added 4 commits
June 22, 2026 12:50
…t_json into test_utils
…t_json into test_utils
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.
Clean up logger and reduce the amount of debug messages printed. Also disable matplotlib message logging in the tests because of the enormous amounts of spam that produces. Clean up importing matplotlib across all tests.
Add new options related to alternative expM to documentation and properly pass the
use_alternative_expMconfiguration parameter. The latter revealed that the alternative expM hangs on TestAnalyticSolverIntegration and as such has been disabled for that test.Add a new global option
disable_singularity_mitigationthat keeps singularity detection (and issuing warnings for it) enabled, but disables generating alternative solvers, which can be very computationally costly.Create debug_utils.py because this functionality is also used inside the package itself, and thus needs to be inside the
odetoolboxdirectory rather than thetestsdirectory.