JuliaRobotics / KernelDensityEstimate.jl

Kernel Density Estimate with product approximation using multiscale Gibbs sampling
GNU Lesser General Public License v2.1
23 stars 7 forks source link

removing errors and warnings also needed downstream #33

Closed dehann closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   93.97%   93.99%   +0.01%     
==========================================
  Files           5        5              
  Lines         415      416       +1     
==========================================
+ Hits          390      391       +1     
  Misses         25       25
Impacted Files Coverage Δ
src/KDE01.jl 97.29% <ø> (+0.07%) :arrow_up:
src/BallTreeDensity01.jl 79.48% <ø> (ø) :arrow_up:
src/MSGibbs01.jl 97.08% <ø> (ø) :arrow_up:
src/BallTree01.jl 91.89% <ø> (ø) :arrow_up:
src/DualTree01.jl 95.7% <100%> (ø) :arrow_up:

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 288ed14...bc44504. Read the comment docs.