MCPcopy
hub / github.com/pydata/xarray / create_zarr_target

Method create_zarr_target

xarray/tests/test_backends.py:4116–4120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4114class TestZarrDictStore(ZarrBase):
4115 @contextlib.contextmanager
4116 def create_zarr_target(self):
4117 if has_zarr_v3:
4118 yield zarr.storage.MemoryStore({}, read_only=False)
4119 else:
4120 yield {}
4121
4122 def test_chunk_key_encoding_v2(self) -> None:
4123 encoding = {"name": "v2", "configuration": {"separator": "/"}}

Calls

no outgoing calls

Tested by

no test coverage detected