Skip to content

Commit 144873c

Browse files
committed
Cleanup
1 parent 9e7b1cf commit 144873c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/fractal_helper_tasks/utils.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@ def rechunk_label(
7171
if chunk_sizes[axis] is not None:
7272
new_chunksize[i] = chunk_sizes[axis]
7373
create_empty_ome_zarr_label(
74-
store=new_ngff_image.store
75-
+ "/"
76-
+ "labels"
77-
+ "/"
78-
+ label, # FIXME: Set this better?
74+
store=new_ngff_image.store + "/" + "labels" + "/" + label,
7975
on_disk_shape=old_label.on_disk_shape,
8076
chunks=new_chunksize,
8177
dtype=old_label.on_disk_dask_array.dtype,

0 commit comments

Comments
 (0)