JuliaFirstOrder / ProximalAlgorithms.jl

Proximal algorithms for nonsmooth optimization in Julia
Other
130 stars 21 forks source link

Add equivalence test DRS/DRLS #46

Closed lostella closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (271e93d) into master (069de90) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   87.05%   87.15%   +0.10%     
==========================================
  Files          17       18       +1     
  Lines         834      841       +7     
==========================================
+ Hits          726      733       +7     
  Misses        108      108              
Impacted Files Coverage Δ
src/ProximalAlgorithms.jl 100.00% <ø> (ø)
src/accel/noaccel.jl 100.00% <100.00%> (ø)
src/algorithms/drls.jl 92.85% <100.00%> (ø)
src/utilities/fbetools.jl 100.00% <0.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 069de90...73c25cd. Read the comment docs.