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 da7cd4e commit 5c148f2Copy full SHA for 5c148f2
ngff_zarr/to_ngff_zarr.py
@@ -134,7 +134,7 @@ def _write_with_tensorstore(
134
"shape": dataset_shape,
135
},
136
}
137
- if zarr_format == 2 and zarr_version_major < 3:
+ if zarr_format == 2:
138
spec["driver"] = "zarr" if zarr_version_major < 3 else "zarr2"
139
spec["metadata"]["chunks"] = chunks
140
spec["metadata"]["dimension_separator"] = "/"
0 commit comments