Closed haesleinhuepf closed 3 years ago
Hey @haesleinhuepf Looks cool, I'll test it in the next days :) Thanks a lot for the contribution!
Merging #4 (e2479b8) into master (b3b13dd) will decrease coverage by
9.87%
. The diff coverage is25.92%
.
@@ Coverage Diff @@
## master #4 +/- ##
==========================================
- Coverage 55.55% 45.67% -9.88%
==========================================
Files 3 4 +1
Lines 108 162 +54
==========================================
+ Hits 60 74 +14
- Misses 48 88 +40
Impacted Files | Coverage Δ | |
---|---|---|
napari_feature_visualization/_regionprops.py | 24.52% <24.52%> (ø) |
|
napari_feature_visualization/__init__.py | 66.66% <100.00%> (+6.66%) |
: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 b3b13dd...e2479b8. Read the comment docs.
Hi @jluethi ,
here comes the regionprops function we discussed on image.sc. You will see it's just another py-file that hooks a function into napari. Let me know if I should add more documentation or anything!
Looking forward to hearing what you think!
Best, Robert