Skip to content

Commit d817da8

Browse files
authored
Merge pull request #99 from thewtex/update-data-source
BUG: download test data from GitHub Releases
2 parents eb3b292 + 26d8b77 commit d817da8

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)