ratt-ru / QuartiCal

CubiCal, but with greater power.
MIT License
7 stars 4 forks source link

Fix xarray dims #318

Closed JSKenyon closed 5 months ago

JSKenyon commented 5 months ago

xarray will be changing the return type of xds.dims to a set (it is currently a dict). This was generating a huge number of pending deprection warnings. This PR should replace all the required instances of xds.dims with xds.sizes.