JuliaDiff / SparseDiffTools.jl

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

Missing import #160

Closed avik-pal closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #160 (1cc8d8d) into master (03ec305) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   80.11%   80.11%           
=======================================
  Files          14       14           
  Lines         724      724           
=======================================
  Hits          580      580           
  Misses        144      144           
Impacted Files Coverage Δ
src/SparseDiffTools.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 03ec305...1cc8d8d. Read the comment docs.

ChrisRackauckas commented 2 years ago

Wait a second, why is DiffEqBase necessary instead of SciMLBase?