Skip to content

Commit eca46bc

Browse files
committed
Add TODO
1 parent dae09f8 commit eca46bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fractal_helper_tasks/drop_t_dimension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def drop_t_dimension(
105105

106106
# Load 0-th level
107107
data_tczyx = da.from_zarr(zarrurl_old + "/0")
108+
# TODO: Check that T dimension is actually a singleton.
108109
new_data = data_tczyx[0, ...]
109110
# Write to disk (triggering execution)
110111
logger.debug(f"Writing Zarr without T dimension to {zarrurl_new}")

0 commit comments

Comments
 (0)