jluethi / napari-feature-visualization

Visualizing feature measurements on label images in napari
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

3d support #7

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 3 years ago

Hi @jluethi

thanks for the bug report! This PR allows to use regionprops on 3D data. closes #6

Best, Robert

codecov-commenter commented 3 years ago

Codecov Report

Merging #7 (393b03e) into master (ab0449c) will decrease coverage by 1.89%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   45.67%   43.78%   -1.90%     
==========================================
  Files           4        4              
  Lines         162      169       +7     
==========================================
  Hits           74       74              
- Misses         88       95       +7     
Impacted Files Coverage Δ
napari_feature_visualization/_regionprops.py 21.66% <0.00%> (-2.87%) :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 ab0449c...393b03e. Read the comment docs.

jluethi commented 3 years ago

Cool, thanks @haesleinhuepf! I'll merge it :)