Skip to content

Commit

Permalink
Merge pull request #99 from thewtex/update-data-source
Browse files Browse the repository at this point in the history
BUG: download test data from GitHub Releases
  • Loading branch information
thewtex authored Nov 8, 2024
2 parents eb3b292 + 26d8b77 commit d817da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
test_data_dir = test_dir / extract_dir
test_data = pooch.create(
path=test_dir,
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}/",
base_url="https://github.com/spatial-image/multiscale-spatial-image/releases/download/v2.0.0/",
registry={
"data.tar.gz": f"sha256:{test_data_sha256}",
},
Expand Down

0 comments on commit d817da8

Please sign in to comment.