Skip to content

Commit

Permalink
Update ground truths URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbb committed Aug 12, 2024
1 parent 16fc63f commit 65a38e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

def _download_ground_truths():
print(f"Downloading ground truths")
url = f"https://zenodo.org/record/6828096/files/ground_truths.zip"
url = f"https://zenodo.org/records/13298934/files/ground_truths.zip"

# basically from https://stackoverflow.com/questions/37573483/progress-bar-while-download-file-over-http-with-requests/37573701
response = requests.get(url, stream=True)
Expand Down

0 comments on commit 65a38e3

Please sign in to comment.