Skip to content

Conversation

@matbesancon
Copy link
Collaborator

Closes #215

@matbesancon matbesancon requested a review from blegat April 25, 2022 12:57
= partial_grads[nv+nineq+1:end]

model.back_grad_cache = QPForwBackCache(dz, dλ, dν)
model.back_grad_cache = QPForwRevCache(dz, dλ, dν)
Copy link
Member

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed

@matbesancon matbesancon reopened this Apr 25, 2022
@matbesancon
Copy link
Collaborator Author

increased the tolerance in the tests to fit that of HiGHS

@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #216 (1c2e871) into master (fb89ee1) will not change coverage.
The diff coverage is 97.29%.

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   91.21%   91.21%           
=======================================
  Files           8        8           
  Lines         842      842           
=======================================
  Hits          768      768           
  Misses         74       74           
Impacted Files Coverage Δ
src/diff_opt.jl 99.21% <ø> (ø)
src/conic_diff.jl 93.89% <92.85%> (ø)
src/moi_wrapper.jl 85.39% <100.00%> (ø)
src/quadratic_diff.jl 97.12% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb89ee1...1c2e871. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Renaming QPDiff and ConicDiff

3 participants