Skip to content

Commit dd825dc

Browse files
committed
lint
1 parent 3b5e294 commit dd825dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_codecs/test_nvcomp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_compute_encoded_chunk_size() -> None:
107107
_input_byte_length=0,
108108
_chunk_spec=ArraySpec(
109109
shape=(10, 10),
110-
dtype=zarr.core.dtype.npy.int.Int32,
110+
dtype=zarr.core.dtype.npy.int.Int32(),
111111
fill_value=0,
112112
config=ArrayConfig(order="C", write_empty_chunks=False),
113113
prototype=buffer_prototype,
@@ -122,7 +122,7 @@ async def test_nvcomp_zstd_encode_none() -> None:
122122
None,
123123
ArraySpec(
124124
shape=(10, 10),
125-
dtype=zarr.core.dtype.npy.int.Int32,
125+
dtype=zarr.core.dtype.npy.int.Int32(),
126126
fill_value=0,
127127
config=ArrayConfig(order="C", write_empty_chunks=False),
128128
prototype=buffer_prototype,

0 commit comments

Comments
 (0)