Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept an ndarray as a point #31

Merged
merged 1 commit into from Aug 20, 2020
Merged

Accept an ndarray as a point #31

merged 1 commit into from Aug 20, 2020

Conversation

msk
Copy link
Member

@msk msk commented Aug 20, 2020

This resolves #30.

@codecov
Copy link

codecov bot commented Aug 20, 2020

Codecov Report

Merging #31 into master will increase coverage by 0.25%.
The diff coverage is 97.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   92.11%   92.36%   +0.25%     
==========================================
  Files           3        3              
  Lines         431      419      -12     
==========================================
- Hits          397      387      -10     
+ Misses         34       32       -2     
Impacted Files Coverage Δ
src/ball_tree.rs 93.67% <96.66%> (+0.12%) ⬆️
src/distance.rs 100.00% <100.00%> (ø)
src/vantage_point_tree.rs 85.89% <100.00%> (+0.71%) ⬆️

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 86f5692...3a82a76. Read the comment docs.

@minshao minshao merged commit c1e96f2 into master Aug 20, 2020
@minshao minshao deleted the ndarray-point branch August 20, 2020 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept ndarray as a point in query* functions
2 participants