Skip to content

Update error message regex for latest Zarr #10485

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

Merged
merged 3 commits into from
Jul 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
xfail zip store test
  • Loading branch information
dcherian committed Jul 2, 2025
commit b7d0e8fb4b529dfde56941e891c18a5909ce4e5a
1 change: 1 addition & 0 deletions xarray/tests/test_backends_datatree.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
with xr.open_dataset(url, engine=self.engine, group="/") as expected:
assert_identical(unaligned_dict_of_datasets["/"], expected)
with xr.open_dataset(url, group="Group1", engine=self.engine) as expected:
assert_identical(unaligned_dict_of_datasets["/Group1"], expected)

Check failure on line 463 in xarray/tests/test_backends_datatree.py

View workflow job for this annotation

GitHub Actions / ubuntu-latest py3.13 flaky

TestPyDAPDatatreeIO.test_open_groups AssertionError: Left and right Dataset objects are not identical Differing dimensions: (lat: 1, lon: 2) != (lon: 2, lat: 2) Differing data variables: L group_1_var (lat, lon) float64 16B ... R group_1_var (lon, lat) float64 32B ...
with xr.open_dataset(
url,
group="/Group1/subgroup1",
Expand Down Expand Up @@ -583,6 +583,7 @@
filepath, encoding=enc, engine="zarr", zarr_format=zarr_format
)

@pytest.mark.xfail(reason="upstream zarr read-only changes have broken this test")
def test_to_zarr_zip_store(self, tmpdir, simple_datatree, zarr_format):
from zarr.storage import ZipStore

Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy