Closed psobolewskiPhD closed 1 week ago
Merging #34 (e1375a9) into main (6993bee) will increase coverage by
0.75%
. The diff coverage is85.71%
.
@@ Coverage Diff @@
## main #34 +/- ##
==========================================
+ Coverage 59.91% 60.66% +0.75%
==========================================
Files 3 3
Lines 232 239 +7
==========================================
+ Hits 139 145 +6
- Misses 93 94 +1
Impacted Files | Coverage Δ | |
---|---|---|
cellpose_napari/_dock_widget.py | 54.50% <85.71%> (+1.13%) |
:arrow_up: |
@tlambert03 this one seems OK to review. 🙏
Thanks!
This is an attempt at closing: https://github.com/MouseLand/cellpose-napari/issues/31
Simple check for
image_layer.changed
and then use theimage_layer.ndim
to pre-set theprocess_3D
checkbox if it's 4 or 3 and not rgb. Works locally with the cellpose sample data as well as random napari sample images.