We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083ebbf commit 9fb5b41Copy full SHA for 9fb5b41
1 file changed
napari_cellseg3d/model_workers.py
@@ -237,11 +237,8 @@ def __init__(
237
############################################
238
self.layer = layer
239
self.images_filepaths = images_filepaths
240
-
241
242
243
- self.layer = layer
244
- self.images_filepaths = images_filepaths
245
246
"""These attributes are all arguments of :py:func:~inference, please see that for reference"""
247
@@ -305,7 +302,7 @@ def log_parameters(self):
305
302
f"Objects smaller than {self.instance_params['size_small']} pixels will be removed\n"
306
303
)
307
304
# self.log(f"")
308
- self.log("\n")
+ # self.log("\n")
309
self.log("-" * 20)
310
311
def load_folder(self):
0 commit comments