pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Add missing xarray.core.missing import #9714

Closed shoyer closed 2 weeks ago

shoyer commented 2 weeks ago

xarray.core.missing is only imported inside DataArray.interp(), which means that it is not necessarily defined in this test, unless interp() happened to be called first.