Skip to content

Commit

Permalink
Update path for pooch downloads (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale authored Mar 19, 2024
1 parent 0bb11a3 commit b764471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surforama/data/_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from surforama.io.mesh import read_obj_file

_data_registry = pooch.create(
path=pooch.os_cache("mypackage"),
path=pooch.os_cache("cellcanvas"),
base_url="doi:10.5281/zenodo.10814409",
registry={
"S1_M3b_StII_grow2_1_mesh_data.mrc": "md5:a6e34bbf4edc767aa6c2c854c81c9c97",
Expand Down

0 comments on commit b764471

Please sign in to comment.