Skip to content

Commit 8c29364

Browse files
committed
Enable thresholding by default
1 parent bee33f5 commit 8c29364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

napari_cellseg3d/code_plugins/plugin_model_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def __init__(self, viewer: "napari.viewer.Viewer", parent=None):
142142
self.thresholding_checkbox = ui.CheckBox(
143143
"Perform thresholding", self._toggle_display_thresh
144144
)
145+
self.thresholding_checkbox.setChecked(True)
145146

146147
self.thresholding_slider = ui.Slider(
147148
default=config.PostProcessConfig().thresholding.threshold_value

0 commit comments

Comments
 (0)