-
Notifications
You must be signed in to change notification settings - Fork 8
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
.ugrid.sel() does not accept dict as input #58
Comments
Workaround is to use |
There's the (copied from xarray) Line 24 in b2f9dd6
|
I do not see why I opened this issue in the first place to be honest. The original code still raises |
.ugrid.sel() does not accept dictionary as input. Raises "TypeError: Invalid indexer type: dict, allowed types: integer, float, list, numpy array, xarray DataArray". However, using dicts as input for xarray.s ds.sel() is possible.
The text was updated successfully, but these errors were encountered: