8000 update n5 test hexdigest · zarr-developers/zarr-python@540f6af · GitHub
[go: up one dir, main page]

Skip to content

Commit 540f6af

Browse files
committed
update n5 test hexdigest
1 parent 1f3f2e2 commit 540f6af

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

zarr/tests/test_core.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,13 +2034,12 @@ def test_compressors(self):
20342034
assert np.all(a2[:] == 1)
20352035

20362036
def expected(self):
2037-
return [
2038-
'4e9cf910000506455f82a70938a272a3fce932e5',
2039-
'f9d4cbf1402901f63dea7acf764d2546e4b6aa38',
2040-
'1d8199f5f7b70d61aa0d29cc375212c3df07d50a',
2041-
'874880f91aa6736825584509144afe6b06b0c05c',
2042-
'e2258fedc74752196a8c8383db49e27193c995e2',
2043-
]
2037+
return ['8811a77d54caaa1901d5cc4452d946ae433c8d90',
2038+
'd880b007d9779db5f2cdbe13274eb1cbac4a425a',
2039+
'd80eb66d5521744f051e816ab368d8ccfc2e3edf',
2040+
'568f9f837e4b682a3819cb122988e2eebeb6572b',
2041+
'4fdf4475d786d6694110db5619acd30c80dfc372'
2042+
]
20442043

20452044

20462045
@pytest.mark.skipif(have_fsspec is False, reason="needs fsspec")

zarr/tests/test_n5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_partial_chunk_decode(chunk_shape: Tuple[int, ...]):
4343

4444
def test_dtype_decode():
4545
path = 'data/array.n5'
46+
atexit_rmtree(path)
4647
atexit.register(atexit_rmtree, path)
4748
n5_store = N5FSStore(path)
4849
create(100, store=n5_store)

0 commit comments

Comments
 (0)
0