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
xarray/tests/test_backends.py::TestPydap::test_cmp_local_file: AssertionError: Left and right Dataset objects are not equal
Differing data variables:
L bears (i, j) |S3 18B b'ind' b'ist' b'ing' b'uis' b'hab' b'le'
R bears (i, j) <U4 96B 'ind' 'ist' 'ing' 'uis' 'hab' 'le'
xarray/tests/test_backends.py::TestPydap::test_dask: AssertionError: Left and right Dataset objects are not equal
Differing data variables:
L bears (i, j) |S3 18B b'ind' b'ist' b'ing' b'uis' b'hab' b'le'
R bears (i, j) <U4 96B 'ind' 'ist' 'ing' 'uis' 'hab' 'le'
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_bytes_with_fill_value[2]: AssertionError: Left and right Dataset objects are not identical
Differing data variables:
L x (t) object 24B b'ab' b'cdef' nan
R x (t) object 24B b'ab' b'cdef' b'X'
xarray/tests/test_backends.py::TestZarrDirectoryStore::test_roundtrip_bytes_with_fill_value[2]: AssertionError: Left and right Dataset objects are not identical
Differing data variables:
L x (t) object 24B b'ab' b'cdef' nan
R x (t) object 24B b'ab' b'cdef' b'X'
xarray/tests/test_backends.py::TestZarrWriteEmpty::test_roundtrip_bytes_with_fill_value[2]: AssertionError: Left and right Dataset objects are not identical
Differing data variables:
L x (t) object 24B b'ab' b'cdef' nan
R x (t) object 24B b'ab' b'cdef' b'X'
The text was updated successfully, but these errors were encountered:
These failures seem to be related to consolidated metadata somehow. Running locally I can get the correct behavior by add consolidated=False but in the default (True) then I see the same failure.
In the x array .zarray I see "fill_value": "WA==",, but in the consolidatred .zmetadata i see "fill_value": [88]
which seems to be the difference
so it seems that the consolidated metadata is doing an ascii encoding? but the non-consolidated is doing something else
Workflow Run URL
Python 3.12 Test Summary
The text was updated successfully, but these errors were encountered: