Skip to content

Commit 0dcffe6

Browse files
committed
Undo change to unrelated test
1 parent a2c7fb0 commit 0dcffe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numcodecs/tests/test_zstd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
np.random.randint(0, 2**25, size=1000, dtype='u8').view('m8[m]'),
4848
np.random.randint(-(2**63), -(2**63) + 20, size=1000, dtype='i8').view('M8[ns]'),
4949
np.random.randint(-(2**63), -(2**63) + 20, size=1000, dtype='i8').view('m8[ns]'),
50-
np.random.randint(-(2**63), -(2**63) + 20, dtype='i8').view('M8[m]'),
51-
np.random.randint(-(2**63), -(2**63) + 20, dtype='i8').view('m8[m]'),
50+
np.random.randint(-(2**63), -(2**63) + 20, size=1000, dtype='i8').view('M8[m]'),
51+
np.random.randint(-(2**63), -(2**63) + 20, size=1000, dtype='i8').view('m8[m]'),
5252
]
5353

5454

0 commit comments

Comments
 (0)