We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae09f8 commit eca46bcCopy full SHA for eca46bc
src/fractal_helper_tasks/drop_t_dimension.py
@@ -105,6 +105,7 @@ def drop_t_dimension(
105
106
# Load 0-th level
107
data_tczyx = da.from_zarr(zarrurl_old + "/0")
108
+ # TODO: Check that T dimension is actually a singleton.
109
new_data = data_tczyx[0, ...]
110
# Write to disk (triggering execution)
111
logger.debug(f"Writing Zarr without T dimension to {zarrurl_new}")
0 commit comments