Skip to content

Commit 5c148f2

Browse files
committed
* wip
1 parent da7cd4e commit 5c148f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngff_zarr/to_ngff_zarr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _write_with_tensorstore(
134134
"shape": dataset_shape,
135135
},
136136
}
137-
if zarr_format == 2 and zarr_version_major < 3:
137+
if zarr_format == 2:
138138
spec["driver"] = "zarr" if zarr_version_major < 3 else "zarr2"
139139
spec["metadata"]["chunks"] = chunks
140140
spec["metadata"]["dimension_separator"] = "/"

0 commit comments

Comments
 (0)