Commit 293fa1f
Validation for DataArray indexing
Add additional validation for `drop_sel` such that when selecting with a DataArray the dimensions must be named consistently between the DataArray and the dimension you're dropping the selection from.
This matches the behaviour with `sel`.
Co-authored-by: Stephan Hoyer <[email protected]>1 parent 22aadff commit 293fa1f
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6082 | 6082 | | |
6083 | 6083 | | |
6084 | 6084 | | |
| 6085 | + | |
| 6086 | + | |
| 6087 | + | |
| 6088 | + | |
| 6089 | + | |
| 6090 | + | |
6085 | 6091 | | |
6086 | 6092 | | |
6087 | 6093 | | |
| |||
0 commit comments