kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Loading the `FSAverageDataset` causes a `requests.exceptions.ConnectionError` #327

Open caiw opened 3 months ago

caiw commented 3 months ago

Found while trying to solve #323.

The error arrises with this simple working example:

from kymata.datasets.fsaverage import FSAverageDataset

FSAverageDataset().download()
caiw commented 3 months ago

Temporary workaround is use a browser to download the files listed in the URLs in the error message, and move them into place manually.