-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Dataset.to_zarr() - unexpected keyword zarr_format #10212
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
Comments
Thanks for opening your first issue here at xarray! Be sure to follow the issue template! |
This seems to be a duplicate of #10163 |
no, #10163 is about I agree with your analysis, though (most of it, it's xarray that's emitting the deprecation warning): @jameshod5, could you try upgrading |
Thanks both, it looks like that upgrading |
What happened?
As per the documentation, we are moving away from using
zarr_version
and instead usingzarr_format
. When making this switch, many of our tests fail because of the error:What did you expect to happen?
We expected the functionality of
Dataset.to_zarr()
to not change from changing these argsMinimal Complete Verifiable Example
MVCE confirmation
Relevant log output
Anything else we need to know?
No response
Environment
INSTALLED VERSIONS
commit: None
python: 3.12.6 (main, Sep 9 2024, 21:36:32) [Clang 18.1.8 ]
python-bits: 64
OS: Darwin
OS-release: 23.6.0
machine: arm64
processor: arm
byteorder: little
LC_ALL: None
LANG: None
LOCALE: (None, 'UTF-8')
libhdf5: 1.14.6
libnetcdf: None
xarray: 2024.7.0
pandas: 2.2.3
numpy: 2.0.2
scipy: 1.13.1
netCDF4: None
pydap: None
h5netcdf: 1.6.1
h5py: 3.13.0
zarr: 3.0.6
cftime: None
nc_time_axis: None
iris: None
bottleneck: 1.4.2
dask: 2024.8.0
distributed: 2024.8.0
matplotlib: None
cartopy: None
seaborn: None
numbagg: None
fsspec: 2025.3.2
cupy: None
pint: 0.24.4
sparse: None
flox: None
numpy_groupies: None
setuptools: None
pip: None
conda: None
pytest: 8.3.5
mypy: None
IPython: 9.1.0
sphinx: None
The text was updated successfully, but these errors were encountered: