-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate Stats Handling #437
Conversation
Now |
cc @oscardssmith because you needed this in OrdinaryDiffEq. |
2ff5aa6
to
e67f4f2
Compare
e67f4f2
to
e0154f6
Compare
e0154f6
to
f825754
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #437 +/- ##
==========================================
- Coverage 86.46% 86.42% -0.05%
==========================================
Files 47 47
Lines 2904 2865 -39
==========================================
- Hits 2511 2476 -35
+ Misses 393 389 -4 ☔ View full report in Codecov by Sentry. |
f825754
to
066912c
Compare
This change appears to have broken SciML/OrdinaryDiffEq.jl#2167. Do you want to make the corresponding OrdinaryDiffEq change or should I? |
Can you do it? I am not sure what broke, this was a purely internal API change |
will do. The problem was that OrdinaryDiffEq with NonlinearSolveAlg runs the |
Fixes #410
Oops lost my local changes it seems...
Merge after #435