Skip to content

fix: solve and solve_dense respect roots in problem#231

Merged
martinjrobins merged 6 commits intomainfrom
fix-solve-root
Jan 19, 2026
Merged

fix: solve and solve_dense respect roots in problem#231
martinjrobins merged 6 commits intomainfrom
fix-solve-root

Conversation

@martinjrobins
Copy link
Owner

@martinjrobins martinjrobins commented Jan 19, 2026

fixes #221

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

❌ Patch coverage is 77.41935% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.18%. Comparing base (88c5654) to head (9a731ab).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
diffsol/src/ode_solver/method.rs 76.00% 12 Missing ⚠️
...src/ode_equations/test_models/exponential_decay.rs 83.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
+ Coverage   74.16%   74.18%   +0.01%     
==========================================
  Files          85       85              
  Lines        9309     9362      +53     
==========================================
+ Hits         6904     6945      +41     
- Misses       2405     2417      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@martinjrobins martinjrobins merged commit d2c35df into main Jan 19, 2026
14 checks passed
@martinjrobins martinjrobins deleted the fix-solve-root branch January 19, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

respect stop condition in solve and solve_dense methods

1 participant