Skip to content

Commit d4d257d

Browse files
committed
Lint
1 parent 1e07c1d commit d4d257d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

napari_cellseg3d/model_workers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ def inference(self):
688688
if self.model_dict["name"] == "SegResNet":
689689
model = self.model_dict["class"].get_net()(
690690
input_image_size=[
691-
692691
dims,
693692
dims,
694693
dims,

napari_cellseg3d/plugin_model_inference.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
219219
"Image size on which the SegResNet has been trained (default : 128)"
220220
)
221221

222-
223222
thresh_desc = (
224223
"Thresholding : all values in the image below the chosen probability"
225224
" threshold will be set to 0, and all others to 1."
@@ -636,7 +635,6 @@ def start(self, on_layer=False):
636635

637636
self.worker.set_download_log(self.log)
638637

639-
640638
yield_connect_show_res = lambda data: self.on_yield(
641639
data,
642640
widget=self,

0 commit comments

Comments
 (0)