You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our upstream tests fail due to a change in dask. The likely culprit is dask/dask#6680 - dask.array.zeros_like does now take the meta keyword and thus it tries to coerce str to a bool which fails (and it didn't do before). The following should trigger the error:
Our upstream tests fail due to a change in dask. The likely culprit is dask/dask#6680 -
dask.array.zeros_like
does now take themeta
keyword and thus it tries to coercestr
to abool
which fails (and it didn't do before). The following should trigger the error:Note that
zeros_like
is called inisnull
(which triggered the test failures):xarray/xarray/core/duck_array_ops.py
Lines 100 to 102 in 080caf4
What happened:
The text was updated successfully, but these errors were encountered: