mlubin / ReverseDiffSparse.jl

Reverse-mode automatic differentiation for sparse Hessians
Other
24 stars 12 forks source link

Backport JuliaOpt/JuMP.jl#1815 #56

Closed mlubin closed 5 years ago

mlubin commented 5 years ago

@abelsiqueira please test

codecov-io commented 5 years ago

Codecov Report

Merging #56 into master will decrease coverage by 0.75%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   95.24%   94.49%   -0.76%     
==========================================
  Files          10       10              
  Lines         926      926              
==========================================
- Hits          882      875       -7     
- Misses         44       51       +7
Impacted Files Coverage Δ
src/forward.jl 92.7% <100%> (-2.56%) :arrow_down:

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 9f698f7...6f633ea. Read the comment docs.

abelsiqueira commented 5 years ago

Tested with JuliaOpt/JuMP.jl/issues/1811 and some random variations. Issue doesn't happen anymore, thanks.