Skip to content

Commit 994f885

Browse files
authored
Merge pull request #3 from rhornb/pred_error
small fix
2 parents 2f44cd3 + 861869b commit 994f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ilastik_tasks/ilastik_pixel_classification_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def ilastik_pixel_classification_segmentation(
378378
chunks=chunks,
379379
dtype=label_dtype,
380380
store=store,
381-
overwrite=overwrite,
381+
overwrite=False,
382382
dimension_separator="/",
383383
)
384384

0 commit comments

Comments
 (0)