tzaeschke / tinspin-indexes

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree
http://www.tinspin.org
Apache License 2.0
111 stars 24 forks source link

Fix test cadidates #31

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

The test candidates should consistently use Integer as value type. Some use Object and others use double[].

codecov[bot] commented 1 year ago

Codecov Report

Merging #31 (ec39945) into master (b8816a3) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #31   +/-   ##
=========================================
  Coverage     73.62%   73.62%           
  Complexity     2046     2046           
=========================================
  Files            76       76           
  Lines          8057     8057           
  Branches       1575     1575           
=========================================
  Hits           5932     5932           
  Misses         1737     1737           
  Partials        388      388