-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serialization fails with xarray>=2024.1.0
#148
Labels
bug
Something isn't working
Comments
hey @shenyulu thanks for reporting this. This problem seems to have been introduced by the latest EDIT: seems related to this issue |
xarray==2024.01
xarray==2024.01
xarray==2024.1.1
xarray==2024.1.1
xarray>=2024.1.0
3 tasks
nicrie
added a commit
that referenced
this issue
Feb 27, 2024
With xarray >= 2024, serialization of models fails (see #148). Temporarily constrain to xarray version to avoid failing installation of xeofs.
3 tasks
Closed by #159, this should work across xarray versions on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I cannot save EOF model on the newest xeofs package.
Expected behavior
P.S. Exporting the netcdf file is also an error.
Desktop:
xeofs
version 2.2.5xarray
: 2024.1.1zarr
: 2.16.1xarray-datatree
: 0.0.13cf-xarray
: 0.8.8Additional context
It seems that the model after serialize (i.e.,
dt
, datatree.datatree.DataTree) is not suitable for exporting files, but I am not sure if it is the 'serialize' problem in xeof or the xarray-datatree problemThe text was updated successfully, but these errors were encountered: