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
After vectorized indexing a DataArray with dim xby a DataArray z, we get a DataArray with dim z and x as non-dim coordinate. But x is still an IndexVariable, not a normal variable.
What happened?
After vectorized indexing a DataArray with dim
x
by a DataArrayz
, we get a DataArray with dimz
andx
as non-dim coordinate. Butx
is still an IndexVariable, not a normal variable.What did you expect to happen?
x
should be a normal variable.Minimal Complete Verifiable Example
x
is a non-dim coordinate but is backed by a IndexVariable with the wrong name!Relevant log output
No response
Anything else we need to know?
No response
Environment
xarray main but this bug was present prior to the explicit indexes refactor.
The text was updated successfully, but these errors were encountered: