We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912627 commit b57c98eCopy full SHA for b57c98e
test/_data.py
@@ -31,7 +31,8 @@ def input_images():
31
pooch.retrieve(
32
fname="data.tar.gz",
33
path=test_dir,
34
- url=f"https://itk.mypinata.cloud/ipfs/{test_data_ipfs_cid}/data.tar.gz",
+ 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",
36
# url=f"https://{test_data_ipfs_cid}.ipfs.w3s.link/ipfs/{test_data_ipfs_cid}/data.tar.gz",
37
known_hash=f"sha256:{test_data_sha256}",
38
processor=untar,
0 commit comments