JuliaDiff / SparseDiffTools.jl

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

allow for setting tags in operators #195

Closed ChrisRackauckas closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #195 (be69ae1) into master (2b70cd9) will decrease coverage by 0.49%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
- Coverage   81.14%   80.64%   -0.50%     
==========================================
  Files          15       15              
  Lines         801      863      +62     
==========================================
+ Hits          650      696      +46     
- Misses        151      167      +16     
Impacted Files Coverage Δ
src/differentiation/jaches_products.jl 96.68% <100.00%> (ø)
src/differentiation/compute_jacobian_ad.jl 89.83% <0.00%> (-1.08%) :arrow_down:
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/backtracking_coloring.jl 0.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/vecjac_products.jl 0.00% <0.00%> (ø)
src/differentiation/compute_hessian_ad.jl 100.00% <0.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.