Skip to content

Commit

Permalink
Update registry with new commit hash (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Aug 8, 2023
1 parent b088dbf commit efaad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btrack/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _remote_registry() -> os.PathLike:
# URL to one of Pooch's test files
path=CACHE_PATH,
url=BASE_URL + "registry.txt",
known_hash="673de62c62eeb6f356fb1bff968748566d23936f567201cf61493d031d42d480",
known_hash="20d8c44289f421ab52d109e6af2c76610e740230479fe5c46a4e94463c9b5d50",
)
return file_path

Expand Down

0 comments on commit efaad04

Please sign in to comment.