-
Notifications
You must be signed in to change notification settings - Fork 285
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.util.array_equal
ignores differences in masks with dask arrays
#6188
Labels
Comments
I'm only skim reading but is the discussion on #4457 useful at all? |
Unfortunately not, the issue is also present in the current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
How To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The return value should be
False
because the arrays have different masks.For numpy arrays, this work fine:
so I would expect the same for dask arrays.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: