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.
2 parents d859918 + 163c50b commit 88b8ee7Copy full SHA for 88b8ee7
test/_data.py
@@ -14,7 +14,8 @@
14
test_data_dir = test_dir / extract_dir
15
test_data = pooch.create(
16
path=test_dir,
17
- base_url=f"https://{test_data_ipfs_cid}.ipfs.w3s.link/ipfs/{test_data_ipfs_cid}/",
+ # base_url=f"https://{test_data_ipfs_cid}.ipfs.w3s.link/ipfs/{test_data_ipfs_cid}/",
18
+ base_url="https://github.com/spatial-image/multiscale-spatial-image/releases/download/v2.0.0/",
19
registry={
20
"data.tar.gz": f"sha256:{test_data_sha256}",
21
},
0 commit comments