ilastik / volumina

Volume Slicing and Editing
http://ilastik.org
Other
32 stars 65 forks source link

fix valuerange widget for floats #291

Closed k-dominik closed 2 years ago

k-dominik commented 2 years ago

this is related to numpy upgrade >=1.19: https://numpy.org/doc/stable/release/1.19.0-notes.html#issubdtype-no-longer-interprets-float-as-np-floating

fixes https://github.com/ilastik/ilastik/issues/2542

codecov[bot] commented 2 years ago

Codecov Report

Merging #291 (8eba9c7) into main (0ebdc96) will increase coverage by 0.81%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #291      +/-   ##
==========================================
+ Coverage   34.96%   35.77%   +0.81%     
==========================================
  Files         106      106              
  Lines       11287    11287              
==========================================
+ Hits         3946     4038      +92     
+ Misses       7341     7249      -92     
Impacted Files Coverage Δ
volumina/widgets/valueRangeWidget.py 54.11% <100.00%> (+54.11%) :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 0ebdc96...8eba9c7. Read the comment docs.