Skip to content

Data download fail for Demo_primate_reaching.ipynb #297

@vkehayas

Description

@vkehayas

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: 202

Operating 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/Linux

CEBRA version

cebra.__version__
'0.6.0'

Device type

Steps To Reproduce

No response

Relevant log output

Anything else?

No response

Code of Conduct

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions