-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Python 3.14 Test Summary
xvec/tests/test_accessor.py::test_cf_roundtrip[multi_dataset]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L geom Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom')
R geom Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom')
L geom_z Index([POINT Z (10 20 30), POINT Z (30 40 50)], dtype='object', name='geom_z')
R geom_z Index([POINT Z (10 20 30), POINT Z (30 40 50)], dtype='object', name='geom_z')
xvec/tests/test_accessor.py::test_encode_decode_wkb_roundtrip[multi_dataset]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L geom Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom')
R geom Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom')
L geom_z Index([POINT Z (10 20 30), POINT Z (30 40 50)], dtype='object', name='geom_z')
R geom_z Index([POINT Z (10 20 30), POINT Z (30 40 50)], dtype='object', name='geom_z')
xvec/tests/test_accessor.py::test_cf_roundtrip[multi_geom_no_index_dataset]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L geom_no_ix Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom_no_ix')
R geom_no_ix Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom_no_ix')
xvec/tests/test_accessor.py::test_encode_decode_wkb_roundtrip[multi_geom_no_index_dataset]: AssertionError: Left and right Dataset objects are not identical
Differing indexes:
L geom_no_ix Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom_no_ix')
R geom_no_ix Index([POINT (1 2), POINT (3 4)], dtype='object', name='geom_no_ix')
xvec/tests/test_zonal_stats.py::test_structure[iterate]: AssertionError: Left and right DataArray objects are not identical
Differing indexes:
L geometry Index([POLYGON ((1 22, 4 22, 4 26, 1 26, 1 22)), POLYGON ((6 22, 9 22, 9 29, 6 26, 6 22))], dtype='object', name='geometry')
R geometry Index([POLYGON ((1 22, 4 22, 4 26, 1 26, 1 22)), POLYGON ((6 22, 9 22, 9 29, 6 26, 6 22))], dtype='geometry', name='geometry')