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

MNT Fix warnings from tests #82

Closed VarIr closed 2 years ago

VarIr commented 2 years ago

Simply this.

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (63d11eb) into main (2f52ddd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #82   +/-   ##
=======================================
  Coverage   77.22%   77.22%           
=======================================
  Files          34       34           
  Lines        2393     2393           
  Branches      287      287           
=======================================
  Hits         1848     1848           
  Misses        524      524           
  Partials       21       21           
Impacted Files Coverage Δ
skhubness/analysis/estimation.py 92.73% <100.00%> (-0.05%) :arrow_down:
skhubness/neighbors/_annoy.py 63.57% <100.00%> (ø)
skhubness/neighbors/_ngt.py 33.51% <100.00%> (ø)
skhubness/neighbors/_puffinn.py 66.41% <100.00%> (+0.25%) :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 2f52ddd...63d11eb. Read the comment docs.