We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eab3dd commit 703a7cdCopy full SHA for 703a7cd
1 file changed
src/imcflibs/imagej/objects3d.py
@@ -80,7 +80,7 @@ def segment_3d_image(
80
max_vol=None,
81
remove_touching_borders=False,
82
remove_touching_borders_z=False,
83
-):
+): # pragma: no cover (Jython-only)
84
"""Segment a 3D binary image to get a labelled stack.
85
86
Parameters
0 commit comments