JuliaDiff / SparseDiffTools.jl

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

LightGraphs to Graphs #163

Closed jaakkor2 closed 2 years ago

jaakkor2 commented 2 years ago

Switch from LightGraphs 1.3 to Graphs 1.4, requires VertexSafeGraphs 0.2

codecov-commenter commented 2 years ago

Codecov Report

Merging #163 (000c642) into master (22f8089) will not change coverage. The diff coverage is 57.14%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   79.12%   79.12%           
=======================================
  Files          14       14           
  Lines         733      733           
=======================================
  Hits          580      580           
  Misses        153      153           
Impacted Files Coverage Δ
src/SparseDiffTools.jl 100.00% <ø> (ø)
src/coloring/backtracking_coloring.jl 0.00% <0.00%> (ø)
src/coloring/acyclic_coloring.jl 98.30% <100.00%> (ø)
src/coloring/greedy_star1_coloring.jl 100.00% <100.00%> (ø)
src/coloring/greedy_star2_coloring.jl 100.00% <100.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 22f8089...000c642. Read the comment docs.