Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Download does not progress normally on WSL #334

Closed
PolarBean opened this issue Jul 31, 2024 · 1 comment
Closed

[BUG] Download does not progress normally on WSL #334

PolarBean opened this issue Jul 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@PolarBean
Copy link
Contributor

When running the demonstration code in the instructions i get shown a progress bar that fills out far slower than would be expected given the reported internet speed. The estimate says 2 minutes however in reality its taking 30 minutes to an hour. I have tried this on two machines both running windows subsystem for linux (WSL). both times I've started from a clean installation running

brainglobe-space-1.0.2 
brainglobe_atlasapi-2.0.7

which i get from

pip install brainglobe_atlasapi

even stranger is if i kill the kernel and restart after it has been running for 5 minutes (and is at 3%), it then works and is able to display the reference and annotation normally.

See below for replication.

from brainglobe_atlasapi.bg_atlas import BrainGlobeAtlas
atlas = BrainGlobeAtlas("allen_mouse_25um")

image

@PolarBean PolarBean added the bug Something isn't working label Jul 31, 2024
@adamltyson
Copy link
Member

thanks @PolarBean I've also noticed this. Not exactly sure what the issue is, but I hope that moving to pooch to download data should fix this. Not sure when we'll be able to get to it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants