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 3b5e294 commit dd825dcCopy full SHA for dd825dc
1 file changed
tests/test_codecs/test_nvcomp.py
@@ -107,7 +107,7 @@ def test_compute_encoded_chunk_size() -> None:
107
_input_byte_length=0,
108
_chunk_spec=ArraySpec(
109
shape=(10, 10),
110
- dtype=zarr.core.dtype.npy.int.Int32,
+ dtype=zarr.core.dtype.npy.int.Int32(),
111
fill_value=0,
112
config=ArrayConfig(order="C", write_empty_chunks=False),
113
prototype=buffer_prototype,
@@ -122,7 +122,7 @@ async def test_nvcomp_zstd_encode_none() -> None:
122
None,
123
ArraySpec(
124
125
126
127
128
0 commit comments