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
Nightly tests began to fail with the release of xarray 2024.10.0, e.g. here
The failing tests are:
genno/tests/core/test_quantity.py::TestQuantity::test_sel_xarray[sparsedataarray] - TypeError: Vectorized indexing is not supported
genno/tests/test_operator.py::test_select1[sparsedataarray] - TypeError: Vectorized indexing is not supported
both via:
genno/core/sparsedataarray.py:274: insel
.sel(indexers=indexers, method=method, tolerance=tolerance, drop=drop)
Nightly tests began to fail with the release of xarray 2024.10.0, e.g. here
The failing tests are:
both via:
This appears to be pydata/xarray#9694.
For mitigation:
To resolve:
The text was updated successfully, but these errors were encountered: