JuliaSmoothOptimizers / AMD.jl

Approximate Minimum Degree Ordering in Julia
Other
21 stars 12 forks source link

Improve the tests of AMD.jl #46

Closed amontoison closed 3 years ago

amontoison commented 3 years ago

I'm working on low-level wrappers for ordering in CUDA.jl (https://github.com/JuliaGPU/CUDA.jl/pull/1198) and I find some relevant tests in METIS.jl that should be here too.

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (65c1554) into main (e68a95f) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   95.16%   95.20%   +0.03%     
==========================================
  Files           3        3              
  Lines         124      125       +1     
==========================================
+ Hits          118      119       +1     
  Misses          6        6              
Impacted Files Coverage Δ
src/COLAMD.jl 91.66% <0.00%> (+0.17%) :arrow_up:

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 e68a95f...65c1554. Read the comment docs.

dpo commented 3 years ago

thanks