We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7b1cf commit 144873cCopy full SHA for 144873c
src/fractal_helper_tasks/utils.py
@@ -71,11 +71,7 @@ def rechunk_label(
71
if chunk_sizes[axis] is not None:
72
new_chunksize[i] = chunk_sizes[axis]
73
create_empty_ome_zarr_label(
74
- store=new_ngff_image.store
75
- + "/"
76
- + "labels"
77
78
- + label, # FIXME: Set this better?
+ store=new_ngff_image.store + "/" + "labels" + "/" + label,
79
on_disk_shape=old_label.on_disk_shape,
80
chunks=new_chunksize,
81
dtype=old_label.on_disk_dask_array.dtype,
0 commit comments