-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Bug description
Demo_primate_reaching.ipynb in Colab fails to download data:
monkey_pos = cebra.datasets.init('area2-bump-pos-active')
monkey_target = cebra.datasets.init('area2-bump-target-active')
---------------------------------------------------------------------------
HTTPError Traceback (most recent call last)
[/tmp/ipython-input-1111332163.py](https://localhost:8080/#) in <cell line: 0>()
----> 1 monkey_pos = cebra.datasets.init('area2-bump-pos-active')
2 monkey_target = cebra.datasets.init('area2-bump-target-active')
5 frames
[/usr/local/lib/python3.12/dist-packages/cebra/data/assets.py](https://localhost:8080/#) in download_file_with_progress_bar(url, expected_checksum, location, file_name, retry_count)
75 # Check if the request was successful
76 if response.status_code != 200:
---> 77 raise requests.HTTPError(
78 f"Error occurred while downloading the file. Response code: {response.status_code}"
79 )
HTTPError: Error occurred while downloading the file. Response code: 202Operating System
Colab
# uname -a
Linux 5803359b16c0 6.6.105+ #1 SMP Thu Oct 2 10:42:05 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxCEBRA version
cebra.__version__
'0.6.0'Device type
Steps To Reproduce
No response
Relevant log output
Anything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels