SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
118 stars 91 forks source link

Update stats field #630

Closed H-Sax closed 4 months ago

H-Sax commented 4 months ago

This includes the fields in DEstats nfpiter::Int nfpconvfail::Int from DDE

Additional context

there is a PR in DDE.jl which utilises this change to allow for parallel execution of DDE

codecov[bot] commented 4 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (db0d386) 26.29% compared to head (17ac37d) 26.28%.

Files Patch % Lines
src/solutions/ode_solutions.jl 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #630 +/- ## ========================================== - Coverage 26.29% 26.28% -0.02% ========================================== Files 55 55 Lines 4255 4257 +2 ========================================== Hits 1119 1119 - Misses 3136 3138 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.