koheiw / proxyC

R package for large-scale similarity/distance computation
GNU General Public License v3.0
29 stars 6 forks source link

add drop0 argument #10

Closed rcannood closed 5 years ago

rcannood commented 5 years ago

see #1

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   93.81%   93.89%   +0.07%     
==========================================
  Files           4        4              
  Lines         307      311       +4     
==========================================
+ Hits          288      292       +4     
  Misses         19       19
Impacted Files Coverage Δ
src/pair.cpp 83.8% <100%> (+0.15%) :arrow_up:
R/proxy.R 98.94% <100%> (+0.02%) :arrow_up:
src/linear.cpp 98.68% <100%> (+0.01%) :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 b8eaeaa...b172a5c. Read the comment docs.

koheiw commented 5 years ago

Thanks for your PR!