Skip to content

Commit b57c98e

Browse files
committed
COMP: Fetch test data from GitHub Release
1 parent e912627 commit b57c98e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def input_images():
3131
pooch.retrieve(
3232
fname="data.tar.gz",
3333
path=test_dir,
34-
url=f"https://itk.mypinata.cloud/ipfs/{test_data_ipfs_cid}/data.tar.gz",
34+
url="https://github.com/thewtex/ngff-zarr/releases/download/v0.13.2/ngff-zarr-0.13.2-test-data.tar.gz",
35+
# url=f"https://itk.mypinata.cloud/ipfs/{test_data_ipfs_cid}/data.tar.gz",
3536
# url=f"https://{test_data_ipfs_cid}.ipfs.w3s.link/ipfs/{test_data_ipfs_cid}/data.tar.gz",
3637
known_hash=f"sha256:{test_data_sha256}",
3738
processor=untar,

0 commit comments

Comments
 (0)