Open
Description
Ported from #1724, comment by @shoyer
In the long term, it would be nice to get ride of these uses of
_data
, maybe by switching entirely from our lazy array classes to Dask.
The subtleties of checking _data
vs data
are undesirable, e.g., consider the bug on these lines:
xarray/xarray/core/formatting.py
Lines 212 to 213 in 1a01208