Skip to content

Commit

Permalink
update reference to weights on zenodo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Feb 21, 2023
1 parent 176e680 commit dd93869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fidder/model/_pretrained_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://github.com/fatiando/pooch
GOODBOY = pooch.create(
path=pooch.os_cache("fidder"),
base_url="doi:10.5281/zenodo.7406503/",
registry={"fidder.ckpt": "md5:9df1775c157c5b368742e2dbc33f5b10"},
base_url="doi:10.5281/zenodo.7660754/",
registry={"fidder.ckpt": "md5:6e0eb9d3ed49a7a6a2ad65952e127ced"},
)


Expand Down

0 comments on commit dd93869

Please sign in to comment.