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 LocalScaling tests and bugfixes #84

Closed VarIr closed 2 years ago

VarIr commented 2 years ago

Enable unit tests for LocalScaling class and fix bug while at it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #84 (4e5e799) into main (74a7bf0) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   80.92%   80.99%   +0.07%     
==========================================
  Files          34       34              
  Lines        2385     2394       +9     
  Branches      287      288       +1     
==========================================
+ Hits         1930     1939       +9     
  Misses        433      433              
  Partials       22       22              
Impacted Files Coverage Δ
skhubness/reduction/_local_scaling.py 98.63% <100.00%> (+0.03%) :arrow_up:
skhubness/reduction/tests/test_local_scaling.py 100.00% <100.00%> (ø)

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 74a7bf0...4e5e799. Read the comment docs.