iris.util.array_equal
ignores differences in masks with dask arrays
#6188
Labels
iris.util.array_equal
ignores differences in masks with dask arrays
#6188
🐛 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: