-
Notifications
You must be signed in to change notification settings - Fork 65
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
Dask large graph warning #921
Comments
Where are those |
Specifically, this line: |
I tried rechunking, and that didn't solve the problem:
This is a gigantic FITS cube, which means the data are in flat layers on disk image-by-image. Maybe that's forcing the large graph? |
I started seeing these kinds of warnings too with reproject - these graphs aren't necessarily complex though, it could just be that a data slice is being sent in binary as part of the graph. I'm not sure how to avoid this though. |
One good sign is that using bigger chunks does reduce the number of
|
Dask has started giving me these warnings:
The associated graph is:
Questions:
The text was updated successfully, but these errors were encountered: