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 add SPDX license identifiers; remove ununsed imports in tests #18

Closed VarIr closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   98.89%   98.89%   +<.01%     
==========================================
  Files          46       46              
  Lines        3892     3895       +3     
  Branches      400      400              
==========================================
+ Hits         3849     3852       +3     
  Misses         24       24              
  Partials       19       19
Impacted Files Coverage Δ
skhubness/reduction/local_scaling.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/base.py 95.32% <ø> (ø) :arrow_up:
skhubness/neighbors/tests/test_hnsw.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/regression.py 100% <ø> (ø) :arrow_up:
skhubness/data/load_dataset.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/kd_tree.py 100% <ø> (ø) :arrow_up:
skhubness/reduction/tests/test_local_scaling.py 100% <ø> (ø) :arrow_up:
skhubness/reduction/tests/test_shared_neighbors.py 100% <ø> (ø) :arrow_up:
skhubness/neighbors/nca.py 100% <ø> (ø) :arrow_up:
skhubness/reduction/__init__.py 100% <ø> (ø) :arrow_up:
... and 35 more

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 2cd2d54...0dbea99. Read the comment docs.