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 65d8263 commit b14a519Copy full SHA for b14a519
src/mdio/builder/xarray_builder.py
@@ -228,7 +228,6 @@ def to_xarray_dataset(mdio_ds: Dataset) -> xr_Dataset: # noqa: PLR0912
228
229
if zarr_format == ZarrFormat.V2:
230
encoding["chunk_key_encoding"] = {"name": "v2", "configuration": {"separator": "/"}}
231
- print(encoding)
232
233
data_array.encoding = encoding
234
0 commit comments