Skip to content

Commit 3767335

Browse files
committed
revert change in test_delta_astype
1 parent df5bc5f commit 3767335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def test_delta_astype(store: StorePath):
260260
dtype=data.dtype,
261261
fill_value=0,
262262
filters=[
263-
numcodecs.Delta(dtype="i8", astype="i2"), # type: ignore[arg-type]
263+
numcodecs.zarr3.Delta(dtype="i8", astype="i2"), # type: ignore[arg-type]
264264
],
265265
)
266266

0 commit comments

Comments
 (0)