We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63547f commit 82004eeCopy full SHA for 82004ee
fractal_tasks_core/tasks/cellpose_segmentation.py
@@ -175,7 +175,7 @@ def cellpose_segmentation(
175
level: int,
176
channel: CellposeChannel1InputModel,
177
channel2: CellposeChannel2InputModel = Field(
178
- default_factory=CellposeChannel2InputModel()
+ default_factory=CellposeChannel2InputModel
179
),
180
input_ROI_table: str = "FOV_ROI_table",
181
output_ROI_table: Optional[str] = None,
@@ -188,7 +188,7 @@ def cellpose_segmentation(
188
relabeling: bool = True,
189
use_masks: bool = True,
190
advanced_cellpose_model_params: CellposeModelParams = Field(
191
- default_factory=CellposeModelParams()
+ default_factory=CellposeModelParams
192
193
overwrite: bool = True,
194
) -> None:
0 commit comments