-
-
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
Add support for JFNK #201
Add support for JFNK #201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AI-Maintainer Review for PR - Add support for JFNK
Title and Description ❌
Scope ✅
Testing ❌
Documentation ❌
build_jac_and_jac_config
jacobian_caches
(inlevenberg.jl
,raphson.jl
,trustRegion.jl
)dolinsolve
(inutils.jl
)benchmark_inplace
(inbasictests.jl
)
These additions should be accompanied by appropriate docstrings to describe their behavior, arguments, and return values.
Suggested Changes
- Please add a detailed description to the pull request explaining the motivation behind these changes and how they were implemented.
- Please add docstrings to the newly added functions, classes, or methods to describe their behavior, arguments, and return values.
- Please provide information about how the changes were tested. This could include specific test cases that were run, the test environments used, and any relevant test results.
Reviewed with AI Maintainer
Codecov Report
@@ Coverage Diff @@
## master #201 +/- ##
==========================================
+ Coverage 93.75% 94.42% +0.67%
==========================================
Files 7 7
Lines 720 699 -21
==========================================
- Hits 675 660 -15
+ Misses 45 39 -6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Ok definitely broke something 😓 |
@ChrisRackauckas can you rerun the integration test, it somehow got cancelled https://github.com/SciML/NonlinearSolve.jl/actions/runs/5941975798/job/16113962425?pr=201#step:6:1070 |
I think it's fine. |
No description provided.