Skip to content

Commit 6c907b5

Browse files
committed
Cleanup task function
1 parent 841019f commit 6c907b5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/fractal_helper_tasks/convert_2D_segmentation_to_3D.py

+1-13
Original file line numberDiff line numberDiff line change
@@ -259,19 +259,7 @@ def convert_2D_segmentation_to_3D(
259259

260260
logger.info("Finished 2D to 3D conversion")
261261

262-
# FIXME: Remove that, but ensure that the output zarr_url is set for the
263-
# 3D one? Would that work?
264-
# If I don't, but the output types are set => changes the type of 2D
265-
# images to 3D?
266-
# If I don't set an output type, then tasks after it run on 2D images,
267-
# which isn't the goal
268-
# output_dict = dict(
269-
# filters=dict(
270-
# types=dict(is_3D=True),
271-
# )
272-
# )
273-
# return output_dict
274-
# New idea, to be tested:
262+
# Give the 3D image as an output so that filters are applied correctly
275263
image_list_updates = dict(
276264
image_list_updates=[
277265
dict(

0 commit comments

Comments
 (0)