JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Test Julia v1.5 #139

Closed ChrisRackauckas closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #139 (784c36a) into master (58b4e72) will increase coverage by 1.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   81.56%   82.95%   +1.39%     
==========================================
  Files          12       12              
  Lines         613      663      +50     
==========================================
+ Hits          500      550      +50     
  Misses        113      113              
Impacted Files Coverage Δ
src/SparseDiffTools.jl 100.00% <ø> (ø)
src/coloring/acyclic_coloring.jl 98.30% <100.00%> (+0.15%) :arrow_up:
src/coloring/high_level.jl 100.00% <0.00%> (ø)
src/coloring/matrix2graph.jl 100.00% <0.00%> (ø)
src/coloring/greedy_d1_coloring.jl 100.00% <0.00%> (ø)
src/coloring/contraction_coloring.jl 100.00% <0.00%> (ø)
src/coloring/greedy_star1_coloring.jl 100.00% <0.00%> (ø)
src/coloring/greedy_star2_coloring.jl 100.00% <0.00%> (ø)
src/differentiation/jaches_products_zygote.jl 100.00% <0.00%> (ø)
... and 3 more

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 3dc0063...784c36a. Read the comment docs.

ChrisRackauckas commented 3 years ago

All tests passing on master if v1.5, and same weird issue is on v1.6 https://github.com/JuliaDiff/SparseDiffTools.jl/issues/140 so tagging anyways.