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

tests passing on 0.7 #30

Closed dehann closed 6 years ago

dehann commented 6 years ago

still a few warnings to remove, but the tests pass

codecov-io commented 6 years ago

Codecov Report

Merging #30 into master will increase coverage by 16.4%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   77.56%   93.97%   +16.4%     
==========================================
  Files           5        5              
  Lines         896      415     -481     
==========================================
- Hits          695      390     -305     
+ Misses        201       25     -176
Impacted Files Coverage Δ
src/BallTree01.jl 91.89% <ø> (+12.12%) :arrow_up:
src/KDE01.jl 97.22% <100%> (+3.37%) :arrow_up:
src/BallTreeDensity01.jl 79.48% <100%> (+22.24%) :arrow_up:
src/MSGibbs01.jl 97.08% <100%> (+10.25%) :arrow_up:
src/DualTree01.jl 95.7% <100%> (+19.34%) :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 6a80b1c...ba14a24. Read the comment docs.