Skip to content

Commit 334e171

Browse files
committed
ENH: Update test data hashes for v04 big endian
Adds test/data/input/v04/6001240.zarr from: https://idr.github.io/ome-ngff-samples/
1 parent daa1f3f commit 334e171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from zarr.storage import MemoryStore
1515
from deepdiff import DeepDiff
1616

17-
test_data_ipfs_cid = "bafybeiccqqioflsdnpna3kewhskyjcitqdk6n3yrzhnhj5qzpjk5edc2be"
18-
test_data_sha256 = "4921b0e38b09ea480d377a89f1b4074f8e783b5703a651c60ef1e495c877f716"
17+
test_data_ipfs_cid = "bafybeib2s7ls6yscm2uqxby5vbhbfsyxn3ev7soewi3hji4uiki7v6cbiy"
18+
test_data_sha256 = "58c0219f194cd976acee1ebd19ea78b03aada3f96a54302c8fb8515a349d9613"
1919

2020
test_dir = Path(__file__).resolve().parent
2121
extract_dir = "data"

0 commit comments

Comments
 (0)