-
-
Notifications
You must be signed in to change notification settings - Fork 26
Conversation
Codecov Report
@@ Coverage Diff @@
## main #67 +/- ##
==========================================
- Coverage 92.30% 3.25% -89.05%
==========================================
Files 16 17 +1
Lines 819 859 +40
==========================================
- Hits 756 28 -728
- Misses 63 831 +768
... and 15 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ChrisRackauckas I am kinda confused why such an error in only some test cases is happening. Do you have any inputs that might help? The code seems alright but maybe can you review it once? |
How much has the solution converged? |
The solution (root of the function) has converged well upto the tolerance. This can be also be seen as the tests for this also pass. Just the AD tests fail only for a handful values for the parameter p. |
How close to zero is the evaluation? |
Try and recreate the derivative calculation in the REPL: https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/ad.jl#L2-L28 |
okay i'll take a look |
@ChrisRackauckas I tried doing the derivative calc in the repl but nothing significant came up. Also, I am a little confused about what this function SimpleNonlinearSolve.jl/src/ad.jl Line 51 in b2a43e0
|
It looks like there are test failures? |
The broad strokes of this look good. |
@oscardssmith you mean some scope for improvement still left? |
I just mean that all the tests seem to suggest that it is broken. |
Tackles this #184