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
I agree with your concerns and vote "-1" on this proposal.
When I read ds.sel(time=('2000', '2010')) with no outside context, I expect to get back exactly two ticks along the time axis: that equal to '2000' and that equal to '2010'. (reminiscent of #214, though multidimensional is trickier)
e.g., we should be able to write
ds.sel(time=('2000', '2010'))
as an alias fords.sel(time=slice('2000', '2010'))
The text was updated successfully, but these errors were encountered: