haesleinhuepf / napari-skimage-regionprops

Feature extraction for labeled objects in images using regionprops from scikit-image
BSD 3-Clause "New" or "Revised" License
47 stars 13 forks source link

use delayed imports #61

Closed haesleinhuepf closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 :warning:

Comparison is base (dec73a2) 85.00% compared to head (8482227) 84.98%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #61 +/- ## ========================================== - Coverage 85.00% 84.98% -0.02% ========================================== Files 13 13 Lines 1140 1139 -1 ========================================== - Hits 969 968 -1 Misses 171 171 ``` | [Impacted Files](https://codecov.io/gh/haesleinhuepf/napari-skimage-regionprops/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase) | Coverage Δ | | |---|---|---| | [napari\_skimage\_regionprops/\_multichannel.py](https://codecov.io/gh/haesleinhuepf/napari-skimage-regionprops/pull/61?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase#diff-bmFwYXJpX3NraW1hZ2VfcmVnaW9ucHJvcHMvX211bHRpY2hhbm5lbC5weQ==) | `67.02% <100.00%> (-0.18%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

haesleinhuepf commented 1 year ago

Hi Marcelo @zoccoler ,

this just FYI: I'm trying to delay imports of napari.

Best, Robert

zoccoler commented 1 year ago

Hi Robert @haesleinhuepf ,

I see, it makes sense, thanks for fixing that! I'll make sure future PRs have it like this.

Best, Marcelo