JuliaArrays / BlockDiagonals.jl

Functionality for working efficiently with block diagonal matrices.
MIT License
51 stars 11 forks source link

Relax test from `==` to `≈` #87

Closed mzgubic closed 2 years ago

mzgubic commented 2 years ago

Nightly has been failing

codecov[bot] commented 2 years ago

Codecov Report

Merging #87 (6e36f23) into master (bd411ad) will decrease coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   96.09%   95.89%   -0.20%     
==========================================
  Files           5        5              
  Lines         333      317      -16     
==========================================
- Hits          320      304      -16     
  Misses         13       13              
Impacted Files Coverage Δ
src/blockdiagonal.jl 85.93% <0.00%> (-0.63%) :arrow_down:
src/linalg.jl 95.18% <0.00%> (-0.23%) :arrow_down:
src/base_maths.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 bd411ad...6e36f23. Read the comment docs.