JuliaDiff / SparseDiffTools.jl

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

matrix_colors include sparse matrix stored zeros (structural nonzeros) #145

Closed sjdaines closed 3 years ago

sjdaines commented 3 years ago

Fix for https://github.com/JuliaDiff/SparseDiffTools.jl/issues/144

codecov-commenter commented 3 years ago

Codecov Report

Merging #145 (cc77afa) into master (e798411) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   83.05%   83.03%   -0.03%     
==========================================
  Files          12       12              
  Lines         667      666       -1     
==========================================
- Hits          554      553       -1     
  Misses        113      113              
Impacted Files Coverage Δ
src/coloring/high_level.jl 100.00% <ø> (ø)
src/coloring/matrix2graph.jl 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 e798411...cc77afa. Read the comment docs.

ChrisRackauckas commented 3 years ago

Thanks!