-
Notifications
You must be signed in to change notification settings - Fork 15
Renaming #216
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
Renaming #216
Conversation
src/quadratic_diff.jl
Outdated
| dν = partial_grads[nv+nineq+1:end] | ||
|
|
||
| model.back_grad_cache = QPForwBackCache(dz, dλ, dν) | ||
| model.back_grad_cache = QPForwRevCache(dz, dλ, dν) |
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.
QP here is a bit inconsistent with naming elsewhere.
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.
changed
|
increased the tolerance in the tests to fit that of HiGHS |
Codecov Report
@@ Coverage Diff @@
## master #216 +/- ##
=======================================
Coverage 91.21% 91.21%
=======================================
Files 8 8
Lines 842 842
=======================================
Hits 768 768
Misses 74 74
Continue to review full report at Codecov.
|
Closes #215