Closed
Description
What is your issue?
Take the following example:
import xarray as xr
ds = xr.tutorial.open_dataset('air_temperature')
ds.dims["time"] # Emits: The return type of `Dataset.dims` will be changed to return a set of ...
list(ds.dims) # Does not emit a warning
I think __iter__
should also emit a warning, but I'm unsure if the decision not to do it is deliberate.
Metadata
Metadata
Assignees
Labels
No labels