-
Notifications
You must be signed in to change notification settings - Fork 32
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
gwas_tutorial.ipynb
taking too long to run.
#934
Comments
Thanks for opening this @benjeffery - I was just about to open the same issue! This is a regression - started on Friday. I can reproduce locally and I get the following log:
Running the notebook manually doesn't cause the problem - that cell runs instantly. |
I'm not finding that! Locally the cell takes several minutes. (I'm on |
Diffing the installed dependencies of the failing build with the last successful shows that this is due to |
You're right - I was running the wrong cell - I can reproduce it in the notebook now. |
From https://github.com/pydata/xarray/releases/tag/v2022.10.0: "This release brings numerous bugfixes, a change in minimum supported versions, and a new scatter plot method for DataArrays." |
Yeah, pydata/xarray#6778 completely replaced the scatter code. |
It's fine to pin xarray on an older version while we address this (if there's no obvious fix) - that would unblock the other issues. |
The underlying issue hasn't been fixed (see #1122), so it might be worth reporting upstream @benjeffery? |
Can we do the scatter plot with matplotlib or something to avoid the problem? |
CI Is currently failing (e.g. https://github.com/pystatgen/sgkit/actions/runs/3251065111/jobs/5362259020) as the GWAS tutorial notebook is timing out. (default timeout is 30s, I've been running locally for a 5min and it is still going)
I assume this is a regression? Looking into it (I can't self-assign here yet).
The text was updated successfully, but these errors were encountered: