Skip to content

Commit 88b8ee7

Browse files
committed
Merge branch 'test-yaml-python-3-8' of https://github.com/spatial-image/multiscale-spatial-image into test-yaml-python-3-8
2 parents d859918 + 163c50b commit 88b8ee7

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
@@ -14,7 +14,8 @@
1414
test_data_dir = test_dir / extract_dir
1515
test_data = pooch.create(
1616
path=test_dir,
17-
base_url=f"https://{test_data_ipfs_cid}.ipfs.w3s.link/ipfs/{test_data_ipfs_cid}/",
17+
# 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/",
1819
registry={
1920
"data.tar.gz": f"sha256:{test_data_sha256}",
2021
},

0 commit comments

Comments
 (0)