We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c813a07 commit de4e237Copy full SHA for de4e237
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
-): # cover:jython
+): # pragma: no cover (jython)
84
"""Segment a 3D binary image to get a labelled stack.
85
86
Parameters
0 commit comments