VarIr / scikit-hubness

A Python package for hubness analysis and high-dimensional data mining
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

TST AnnoyTransformer unit tests and bugfix #100

Closed VarIr closed 2 years ago

VarIr commented 2 years ago

Closes #90

codecov[bot] commented 2 years ago

Codecov Report

Merging #100 (9402a74) into main (b7052c4) will increase coverage by 2.12%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   92.35%   94.48%   +2.12%     
==========================================
  Files          32       32              
  Lines        2382     2430      +48     
  Branches      267      271       +4     
==========================================
+ Hits         2200     2296      +96     
+ Misses        151      102      -49     
- Partials       31       32       +1     
Impacted Files Coverage Δ
skhubness/neighbors/tests/test_annoy.py 95.74% <89.83%> (ø)
skhubness/neighbors/_annoy.py 99.33% <100.00%> (+35.76%) :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 b7052c4...9402a74. Read the comment docs.