SebastianAment / CovarianceFunctions.jl

Lazy, structured, and efficient operations with kernel matrices.
MIT License
20 stars 4 forks source link

Fast Taylor decomposition for gradient kernels #14

Open SebastianAment opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (6045925) into main (c420c1c) will increase coverage by 0.46%. The diff coverage is 82.81%.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   61.52%   61.98%   +0.46%     
==========================================
  Files          20       21       +1     
  Lines        1635     1739     +104     
==========================================
+ Hits         1006     1078      +72     
- Misses        629      661      +32     
Impacted Files Coverage Δ
src/CovarianceFunctions.jl 0.00% <ø> (ø)
src/taylor_gradient.jl 79.59% <79.59%> (ø)
src/barneshut.jl 94.11% <93.33%> (+2.94%) :arrow_up:
src/gradient.jl 73.33% <0.00%> (-4.69%) :arrow_down:
src/lazy_linear_algebra.jl 33.33% <0.00%> (-1.10%) :arrow_down:
src/taylor.jl 67.30% <0.00%> (ø)
src/gramian.jl 76.42% <0.00%> (+0.38%) :arrow_up:
src/gradient_algebra.jl 7.82% <0.00%> (+0.80%) :arrow_up:
src/properties.jl 63.41% <0.00%> (+0.91%) :arrow_up:
src/stationary.jl 98.18% <0.00%> (+2.76%) :arrow_up:
... and 1 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 c420c1c...6045925. Read the comment docs.