-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use SolutionTolerance instead of ResidualTolerance #139
Conversation
Codecov ReportBase: 93.10% // Head: 93.09% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
==========================================
- Coverage 93.10% 93.09% -0.02%
==========================================
Files 9 9
Lines 1074 1071 -3
==========================================
- Hits 1000 997 -3
Misses 74 74
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
LGTM
bors r+ |
bors r- |
Actually, let's bump the version number too so that we can make a new release |
bors r+ |
Canceled. |
This PR replaces the
RootSolvers.ResidualTolerance
withRootSolvers.SolutionTolerance
. Closes #135, #134, #130.