-
-
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
Newton Raphson used to ignore jac-prototype #200
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 - Newton Raphson used to ignore jac-prototype
Title and Description ⚠️
Scope of Changes 👍
Testing ⚠️
Suggested Changes
Please provide a description for the pull request that explains the motivation behind these changes and how you tested them. This will help reviewers understand the context and the level of confidence in the changes.
Also, consider adding comments in the code where the jac_prototype
is being handled differently. This will help future maintainers understand the logic behind this change.
Reviewed with AI Maintainer
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
+ Coverage 93.73% 93.75% +0.01%
==========================================
Files 7 7
Lines 718 720 +2
==========================================
+ Hits 673 675 +2
Misses 45 45
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Needs a test |
There was already a test, but it never tested that the |
No description provided.