diff --git a/tests/test_core.py b/tests/test_core.py index 878a43a..d6b391b 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -44,7 +44,7 @@ def _download_ground_truths(): print(f"Downloading ground truths") - url = f"https://zenodo.org/record/13732996/files/ground_truths.zip" + url = f"https://zenodo.org/record/14934373/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)