-
Notifications
You must be signed in to change notification settings - Fork 286
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
Iris not working with Dask 0.18.2 #3125
Comments
Trying to address this -- for the 2d_coords branch -- in #3127 Note that this is also seems to be uncovering a few other glitches that have crept in, presumable just since the tests starting failing. Some of that may be relevant to master ? |
Think I found it : see dask/dask#3848 |
I found strange behavior in Iris, that is very probably related to this bug. What I find particularly strange, is that simply 'touching' the cube right after loading it preserves the mask, maybe this can serve as a temporary workaround for Iris. In my example, I use the trivial statement This is my installation: |
This is not dask behaviour, it is intentional Iris-specific behviour.
from userguide section "Real and Lazy Data" The question in your case is more "why does this preserve the mask" ? To fix it will be either a different Iris, or a different Dask (!)
|
Many thanks for the clear explanation. Upgrading dask indeed fixed the issue for my example. |
Given that Iris now works with dask 0.19.2, I think we can safely close this issue! |
Iris master does not work with dask 0.18.2 (but does seem to work with 0.18.1)
I suspect this is why some of the travis tests are failing.
When loading a netcdf file, it fills in the mask.
With Dask 0.18.2
But with dask 0.18.1 this is:
The text was updated successfully, but these errors were encountered: