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
Internally ds.hyoga.getvar() uses the cf dataset accessor. Since cf_xarray == 0.8.0 this adds any grid mapping data-variable as a new coordinate, raising the MergeError in subsequent calls to ds.assign(). More at xarray-contrib/cf-xarray#513.
* Test Python 3.11 and 3.12 on GitHub.
* Require cf_xarray<0.8.0 for now (see #73).
* Document changes in whatsnew.
The requirement for cf_xarray<0.8.0 is a very temporary fix.
Documentation examples fail on
cf_xarray==0.8.0
. Assigning new variables on the example data raises aMergeError
:This issue can be worked around by downgrading to
cf_xarray<0.8.0
.The text was updated successfully, but these errors were encountered: