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 81c4b7e commit ce548e2Copy full SHA for ce548e2
tests/test_v2.py
@@ -91,7 +91,7 @@ async def test_v2_encode_decode(dtype):
91
fill_value=b"X",
92
)
93
94
- result = await store.get("foo/.zarray", zarr.buffer.default_buffer_prototype())
+ result = await store.get("foo/.zarray", zarr.core.buffer.default_buffer_prototype())
95
assert result is not None
96
97
serialized = json.loads(result.to_bytes())
0 commit comments