We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb2314 commit 0c01b9bCopy full SHA for 0c01b9b
tests/test_core.py
@@ -53,7 +53,7 @@
53
54
def _download_ground_truths():
55
print(f"Downloading ground truths")
56
- url = f"https://zenodo.org/record/14934525/files/ground_truths.zip"
+ url = f"https://zenodo.org/record/17253218/files/ground_truths.zip"
57
58
# basically from https://stackoverflow.com/questions/37573483/progress-bar-while-download-file-over-http-with-requests/37573701
59
response = requests.get(url, stream=True)
0 commit comments