VarIr / scikit-hubness

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

MAINT simplify tqdm calls #34

Closed VarIr closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #34 into develop will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #34      +/-   ##
===========================================
- Coverage    98.83%   98.83%   -0.01%     
===========================================
  Files           54       54              
  Lines         4386     4363      -23     
  Branches       485      474      -11     
===========================================
- Hits          4335     4312      -23     
  Misses          27       27              
  Partials        24       24
Impacted Files Coverage Δ
skhubness/reduction/mutual_proximity.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/onng.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/lsh.py 96.82% <100%> (-0.13%) :arrow_down:
skhubness/reduction/local_scaling.py 100% <100%> (ø) :arrow_up:
skhubness/neighbors/random_projection_trees.py 98.88% <100%> (-0.1%) :arrow_down:

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 a22c023...2413b24. Read the comment docs.