Skip to content

Add a simple nbytes representation in DataArrays and Dataset repr #11315

Add a simple nbytes representation in DataArrays and Dataset repr

Add a simple nbytes representation in DataArrays and Dataset repr #11315

Triggered via pull request February 5, 2024 23:37
Status Cancelled
Total duration 15m 47s
Artifacts 11

ci.yaml

on: pull_request
detect ci trigger
3s
detect ci trigger
Event File
4s
Event File
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

97 errors, 17 warnings, and 31 notices
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.9 bare-minimum
Process completed with exit code 1.
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.10 all-but-dask
Process completed with exit code 1.
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.9 min-all-deps
Process completed with exit code 1.
ubuntu-latest py3.9: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.9: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.9: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.9: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.9: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.9
Process completed with exit code 1.
ubuntu-latest py3.12: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.12: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.12: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.12: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.12: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.12
Process completed with exit code 1.
ubuntu-latest py3.10 flaky: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.10 flaky: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.10 flaky: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.10 flaky: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.10 flaky: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.10 flaky
Process completed with exit code 1.
ubuntu-latest py3.11: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
ubuntu-latest py3.11: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
ubuntu-latest py3.11: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
ubuntu-latest py3.11: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
ubuntu-latest py3.11: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
ubuntu-latest py3.11
Process completed with exit code 1.
macos-latest py3.12: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
macos-latest py3.12: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
macos-latest py3.12: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
macos-latest py3.12: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
macos-latest py3.12: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
macos-latest py3.12
Process completed with exit code 1.
macos-latest py3.9: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
macos-latest py3.9: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
macos-latest py3.9: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
macos-latest py3.9: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
macos-latest py3.9: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
macos-latest py3.9
Process completed with exit code 1.
windows-latest py3.9
Canceling since a higher priority waiting request for 'CI-refs/pull/8702/merge' exists
windows-latest py3.9: xarray\tests\test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
windows-latest py3.9: xarray\tests\test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
windows-latest py3.9: xarray\tests\test_dataarray.py#L106
TestDataArray.test_repr AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar' Skipping 45 identical leading characters in diff, use -v to show Skipping 166 identical trailing characters in diff, use -v to show - 3)> Size: 24B ? - + 3)> Size: 48B ? + array([
windows-latest py3.9: xarray\tests\test_dataarray.py#L118
TestDataArray.test_repr_multiindex AssertionError: assert '<xarray.Data...4 32B 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2' Skipping 143 identical trailing characters in diff, use -v to show - <xarray.DataArray (x: 4)> Size: 16B ? ^^ + <xarray.DataArray (x: 4)> Size: 32B ? ^^ array([
windows-latest py3.9: xarray\tests\test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8' Skipping 349 identical trailing characters in diff, use -v to show - <xarray.DataArray (x: 32)> Size: 128B ? - ^ + <xarray.DataArray (x: 32)> Size: 256B ? ^^ array([
windows-latest py3.9: xarray\tests\test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
windows-latest py3.9: xarray\tests\test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 153 identical leading characters in diff, use -v to show - [4, 5, 6]]) + [4, 5, 6]], dtype=int64) R - array([1, 2]) + array([1, 2], dtype=int64) Differing coordinates: - L * x (x) <U1 8B 'a' 'b' ? -- - + L * x (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
windows-latest py3.9: xarray\tests\test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
windows-latest py3.9: xarray\tests\test_formatting.py#L480
TestFormatting.test_array_repr AssertionError: assert '<xarray.Data...dinates: test' == '<xarray.Data...dinates: test' Skipping 40 identical trailing characters in diff, use -v to show - <xarray.DataArray (1, 2) (test: 1)> Size: 8B ? ^ + <xarray.DataArray (1, 2) (test: 1)> Size: 4B ? ^ array([
windows-latest py3.9: xarray\tests\test_formatting.py#L718
test__mapping_repr[50-40-30] AssertionError: assert '<xarray.Data...ributes: (30)' == '<xarray.Data...ributes: (30)' - <xarray.Dataset> Size: 1kB ? ^^ + <xarray.Dataset> Size: 640B ? ^^^ Dimensions: (coord0: 2, coord1: 2, coord2: 2, coord3: 2, coord4: 2, coord5: 2, coord6: 2, coord7: 2, coord8: 2, coord9: 2, coord10: 2, coord11: 2, coord12: 2, coord13: 2, coord14: 2, coord15: 2, coord16: 2, coord17: 2, coord18: 2, coord19: 2, coord20: 2, coord21: 2, coord22: 2, coord23: 2, coord24: 2, coord25: 2, coord26: 2, coord27: 2, coord28: 2, coord29: 2, coord30: 2, coord31: 2, coord32: 2, coord33: 2, coord34: 2, coord35: 2, coord36: 2, coord37: 2, coord38: 2, coord39: 2) Coordinates: (40) Data variables: (40) Attributes: (30)
windows-latest py3.11
Canceling since a higher priority waiting request for 'CI-refs/pull/8702/merge' exists
windows-latest py3.11: xarray\tests\test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
windows-latest py3.11: xarray\tests\test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
windows-latest py3.11: xarray\tests\test_dataarray.py#L106
TestDataArray.test_repr AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar' Skipping 45 identical leading characters in diff, use -v to show Skipping 166 identical trailing characters in diff, use -v to show - 3)> Size: 24B ? - + 3)> Size: 48B ? + array([
windows-latest py3.11: xarray\tests\test_dataarray.py#L118
TestDataArray.test_repr_multiindex AssertionError: assert '<xarray.Data...4 32B 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2' Skipping 143 identical trailing characters in diff, use -v to show - <xarray.DataArray (x: 4)> Size: 16B ? ^^ + <xarray.DataArray (x: 4)> Size: 32B ? ^^ array([
windows-latest py3.11: xarray\tests\test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8' Skipping 349 identical trailing characters in diff, use -v to show - <xarray.DataArray (x: 32)> Size: 128B ? - ^ + <xarray.DataArray (x: 32)> Size: 256B ? ^^ array([
windows-latest py3.11: xarray\tests\test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
windows-latest py3.11: xarray\tests\test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 153 identical leading characters in diff, use -v to show - [4, 5, 6]]) + [4, 5, 6]], dtype=int64) R - array([1, 2]) + array([1, 2], dtype=int64) Differing coordinates: - L * x (x) <U1 8B 'a' 'b' ? -- - + L * x (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
windows-latest py3.11: xarray\tests\test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
windows-latest py3.11: xarray\tests\test_formatting.py#L480
TestFormatting.test_array_repr AssertionError: assert '<xarray.Data...dinates: test' == '<xarray.Data...dinates: test' Skipping 40 identical trailing characters in diff, use -v to show - <xarray.DataArray (1, 2) (test: 1)> Size: 8B ? ^ + <xarray.DataArray (1, 2) (test: 1)> Size: 4B ? ^ array([
windows-latest py3.11: xarray\tests\test_formatting.py#L718
test__mapping_repr[50-40-30] AssertionError: assert '<xarray.Data...ributes: (30)' == '<xarray.Data...ributes: (30)' - <xarray.Dataset> Size: 1kB ? ^^ + <xarray.Dataset> Size: 640B ? ^^^ Dimensions: (coord0: 2, coord1: 2, coord2: 2, coord3: 2, coord4: 2, coord5: 2, coord6: 2, coord7: 2, coord8: 2, coord9: 2, coord10: 2, coord11: 2, coord12: 2, coord13: 2, coord14: 2, coord15: 2, coord16: 2, coord17: 2, coord18: 2, coord19: 2, coord20: 2, coord21: 2, coord22: 2, coord23: 2, coord24: 2, coord25: 2, coord26: 2, coord27: 2, coord28: 2, coord29: 2, coord30: 2, coord31: 2, coord32: 2, coord33: 2, coord34: 2, coord35: 2, coord36: 2, coord37: 2, coord38: 2, coord39: 2) Coordinates: (40) Data variables: (40) Attributes: (30)
windows-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8702/merge' exists
windows-latest py3.12: xarray\tests\test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
windows-latest py3.12: xarray\tests\test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
windows-latest py3.12: xarray\tests\test_dataarray.py#L106
TestDataArray.test_repr AssertionError: assert '<xarray.Data...foo: bar' == '<xarray.Data...foo: bar' Skipping 45 identical leading characters in diff, use -v to show Skipping 166 identical trailing characters in diff, use -v to show - 3)> Size: 24B ? - + 3)> Size: 48B ? + array([
windows-latest py3.12: xarray\tests\test_dataarray.py#L118
TestDataArray.test_repr_multiindex AssertionError: assert '<xarray.Data...4 32B 1 2 1 2' == '<xarray.Data...4 32B 1 2 1 2' Skipping 143 identical trailing characters in diff, use -v to show - <xarray.DataArray (x: 4)> Size: 16B ? ^^ + <xarray.DataArray (x: 4)> Size: 32B ? ^^ array([
windows-latest py3.12: xarray\tests\test_dataarray.py#L136
TestDataArray.test_repr_multiindex_long AssertionError: assert '<xarray.Data...2 3 4 5 6 7 8' == '<xarray.Data...2 3 4 5 6 7 8' Skipping 349 identical trailing characters in diff, use -v to show - <xarray.DataArray (x: 32)> Size: 128B ? - ^ + <xarray.DataArray (x: 32)> Size: 256B ? ^^ array([
windows-latest py3.12: xarray\tests\test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
windows-latest py3.12: xarray\tests\test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 153 identical leading characters in diff, use -v to show - [4, 5, 6]]) + [4, 5, 6]], dtype=int64) R - array([1, 2]) + array([1, 2], dtype=int64) Differing coordinates: - L * x (x) <U1 8B 'a' 'b' ? -- - + L * x (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
windows-latest py3.12: xarray\tests\test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
windows-latest py3.12: xarray\tests\test_formatting.py#L480
TestFormatting.test_array_repr AssertionError: assert '<xarray.Data...dinates: test' == '<xarray.Data...dinates: test' Skipping 40 identical trailing characters in diff, use -v to show - <xarray.DataArray (1, 2) (test: 1)> Size: 8B ? ^ + <xarray.DataArray (1, 2) (test: 1)> Size: 4B ? ^ array([
windows-latest py3.12: xarray\tests\test_formatting.py#L718
test__mapping_repr[50-40-30] AssertionError: assert '<xarray.Data...ributes: (30)' == '<xarray.Data...ributes: (30)' - <xarray.Dataset> Size: 1kB ? ^^ + <xarray.Dataset> Size: 640B ? ^^^ Dimensions: (coord0: 2, coord1: 2, coord2: 2, coord3: 2, coord4: 2, coord5: 2, coord6: 2, coord7: 2, coord8: 2, coord9: 2, coord10: 2, coord11: 2, coord12: 2, coord13: 2, coord14: 2, coord15: 2, coord16: 2, coord17: 2, coord18: 2, coord19: 2, coord20: 2, coord21: 2, coord22: 2, coord23: 2, coord24: 2, coord25: 2, coord26: 2, coord27: 2, coord28: 2, coord29: 2, coord30: 2, coord31: 2, coord32: 2, coord33: 2, coord34: 2, coord35: 2, coord36: 2, coord37: 2, coord38: 2, coord39: 2) Coordinates: (40) Data variables: (40) Attributes: (30)
macos-latest py3.11
Canceling since a higher priority waiting request for 'CI-refs/pull/8702/merge' exists
macos-latest py3.11: xarray/tests/test_dataarray.py#L1452
TestDataArray.test_coords AssertionError: assert 'Coordinates:...) int64 0 1 2' == 'Coordinates:...t64 24B 0 1 2' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? -------- + * y (y) int64 0 1 2 ? ++++
macos-latest py3.11: xarray/tests/test_dataset.py#L892
TestDataset.test_coords_properties AssertionError: assert 'Coordinates:... int64 -10' == 'Coordinates:... int64 8B -10' Coordinates: - * x (x) int64 16B -1 -2 ? ---- + * x (x) int64 -1 -2 - * y (y) int64 24B 0 1 2 ? ---- + * y (y) int64 0 1 2 - a (x) int64 16B 4 5 ? ---- + a (x) int64 4 5 - b int64 8B -10 ? --- + b int64 -10
macos-latest py3.11: xarray/tests/test_dataset.py#L1083
TestDataset.test_data_vars_properties AssertionError: assert 'Data variabl... float64 2.0' == 'Data variabl...loat64 8B 2.0' Data variables: - foo (x) float64 8B 1.0 ? --- + foo (x) float64 1.0 - bar float64 8B 2.0 ? --- + bar float64 2.0
macos-latest py3.11: xarray/tests/test_backends.py#L4498
TestDask.test_dask_roundtrip Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_formatting.py#L338
TestFormatting.test_diff_array_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 219 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing attributes: L units: m R units: kg Attributes only on the left object: description: desc
macos-latest py3.11: xarray/tests/test_formatting.py#L464
TestFormatting.test_diff_dataset_repr AssertionError: assert 'Left and rig...ription: desc' == 'Left and rig...ription: desc' Skipping 132 identical leading characters in diff, use -v to show - (x) <U1 8B 'a' 'b' ? -- - + (x) <U1 8B 'a' 'b' Differing variable attributes: foo: bar - R * x (x) <U1 8B 'a' 'c' ? -- - + R * x (x) <U1 8B 'a' 'c' Differing variable attributes: source: 0 foo: baz Coordinates only on the left object: - * y (y) int64 24B 1 2 3 ? - - + * y (y) int64 24B 1 2 3 Coordinates only on the right object: - label (x) int64 16B 1 2 ? - - + label (x) int64 16B 1 2 Differing data variables: - L var1 (x, y) int64 48B 1 2 3 4 5 6 ? - - + L var1 (x, y) int64 48B 1 2 3 4 5 6 - R var1 (x) int64 16B 1 2 ? - - + R var1 (x) int64 16B 1 2 Data variables only on the left object: - var2 (x) int64 16B 3 4 ? - - + var2 (x) int64 16B 3 4 Differing attributes: L title: mytitle R title: newtitle Attributes only on the left object: description: desc
macos-latest py3.11: xarray/tests/test_backends.py#L4505
TestDask.test_deterministic_names Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_backends.py#L4523
TestDask.test_dataarray_compute Failed: Timeout >180.0s
macos-latest py3.11
The operation was canceled.
windows-latest py3.11
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
windows-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
macos-latest py3.11
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
All 10 runs failed: test_coords_properties (xarray.tests.test_dataset.TestDataset): xarray.tests.test_dataset.TestDataset#L0
artifacts/Test results for Linux-3.10 all-but-dask/pytest.xml [took 0s] artifacts/Test results for Linux-3.10 flaky/pytest.xml [took 0s] artifacts/Test results for Linux-3.11/pytest.xml [took 0s] artifacts/Test results for Linux-3.12/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 bare-minimum/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 min-all-deps/pytest.xml [took 0s] artifacts/Test results for Linux-3.9/pytest.xml [took 0s] artifacts/Test results for Windows-3.9/pytest.xml [took 0s] artifacts/Test results for macOS-3.12/pytest.xml [took 0s] artifacts/Test results for macOS-3.9/pytest.xml [took 0s]
All 10 runs failed: test_data_vars_properties (xarray.tests.test_dataset.TestDataset): xarray.tests.test_dataset.TestDataset#L0
artifacts/Test results for Linux-3.10 all-but-dask/pytest.xml [took 0s] artifacts/Test results for Linux-3.10 flaky/pytest.xml [took 0s] artifacts/Test results for Linux-3.11/pytest.xml [took 0s] artifacts/Test results for Linux-3.12/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 bare-minimum/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 min-all-deps/pytest.xml [took 0s] artifacts/Test results for Linux-3.9/pytest.xml [took 0s] artifacts/Test results for Windows-3.9/pytest.xml [took 0s] artifacts/Test results for macOS-3.12/pytest.xml [took 0s] artifacts/Test results for macOS-3.9/pytest.xml [took 0s]
All 10 runs failed: test_coords (xarray.tests.test_dataarray.TestDataArray): xarray.tests.test_dataarray.TestDataArray#L0
artifacts/Test results for Linux-3.10 all-but-dask/pytest.xml [took 0s] artifacts/Test results for Linux-3.10 flaky/pytest.xml [took 0s] artifacts/Test results for Linux-3.11/pytest.xml [took 0s] artifacts/Test results for Linux-3.12/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 bare-minimum/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 min-all-deps/pytest.xml [took 0s] artifacts/Test results for Linux-3.9/pytest.xml [took 0s] artifacts/Test results for Windows-3.9/pytest.xml [took 0s] artifacts/Test results for macOS-3.12/pytest.xml [took 0s] artifacts/Test results for macOS-3.9/pytest.xml [took 0s]
All 10 runs failed: test_diff_array_repr (xarray.tests.test_formatting.TestFormatting): xarray.tests.test_formatting.TestFormatting#L0
artifacts/Test results for Linux-3.10 all-but-dask/pytest.xml [took 0s] artifacts/Test results for Linux-3.10 flaky/pytest.xml [took 0s] artifacts/Test results for Linux-3.11/pytest.xml [took 0s] artifacts/Test results for Linux-3.12/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 bare-minimum/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 min-all-deps/pytest.xml [took 0s] artifacts/Test results for Linux-3.9/pytest.xml [took 0s] artifacts/Test results for Windows-3.9/pytest.xml [took 0s] artifacts/Test results for macOS-3.12/pytest.xml [took 0s] artifacts/Test results for macOS-3.9/pytest.xml [took 0s]
All 10 runs failed: test_diff_dataset_repr (xarray.tests.test_formatting.TestFormatting): xarray.tests.test_formatting.TestFormatting#L0
artifacts/Test results for Linux-3.10 all-but-dask/pytest.xml [took 0s] artifacts/Test results for Linux-3.10 flaky/pytest.xml [took 0s] artifacts/Test results for Linux-3.11/pytest.xml [took 0s] artifacts/Test results for Linux-3.12/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 bare-minimum/pytest.xml [took 0s] artifacts/Test results for Linux-3.9 min-all-deps/pytest.xml [took 0s] artifacts/Test results for Linux-3.9/pytest.xml [took 0s] artifacts/Test results for Windows-3.9/pytest.xml [took 0s] artifacts/Test results for macOS-3.12/pytest.xml [took 0s] artifacts/Test results for macOS-3.9/pytest.xml [took 0s]
1 out of 10 runs failed: test__mapping_repr[50-40-30] (xarray.tests.test_formatting): xarray.tests.test_formatting#L0
artifacts/Test results for Windows-3.9/pytest.xml [took 0s]
1 out of 10 runs failed: test__mapping_repr[35-40-30] (xarray.tests.test_formatting): xarray.tests.test_formatting#L0
artifacts/Test results for Windows-3.9/pytest.xml [took 0s]
1 out of 10 runs failed: test__mapping_repr[11-40-30] (xarray.tests.test_formatting): xarray.tests.test_formatting#L0
artifacts/Test results for Windows-3.9/pytest.xml [took 0s]
1 out of 10 runs failed: test__mapping_repr[1-40-30] (xarray.tests.test_formatting): xarray.tests.test_formatting#L0
artifacts/Test results for Windows-3.9/pytest.xml [took 0s]
1 out of 10 runs failed: test_repr (xarray.tests.test_variable.TestVariable): xarray.tests.test_variable.TestVariable#L0
artifacts/Test results for Windows-3.9/pytest.xml [took 0s]
1845 skipped tests found (test 1 to 730)
There are 1845 skipped tests, see "Raw output" for the list of skipped tests 1 to 730.
1845 skipped tests found (test 731 to 1402)
There are 1845 skipped tests, see "Raw output" for the list of skipped tests 731 to 1402.
1845 skipped tests found (test 1403 to 1845)
There are 1845 skipped tests, see "Raw output" for the list of skipped tests 1403 to 1845.
19852 tests found (test 1 to 862)
There are 19852 tests, see "Raw output" for the list of tests 1 to 862.
19852 tests found (test 863 to 1563)
There are 19852 tests, see "Raw output" for the list of tests 863 to 1563.
19852 tests found (test 1564 to 2285)
There are 19852 tests, see "Raw output" for the list of tests 1564 to 2285.
19852 tests found (test 2286 to 2956)
There are 19852 tests, see "Raw output" for the list of tests 2286 to 2956.
19852 tests found (test 2957 to 3483)
There are 19852 tests, see "Raw output" for the list of tests 2957 to 3483.
19852 tests found (test 3484 to 4114)
There are 19852 tests, see "Raw output" for the list of tests 3484 to 4114.
19852 tests found (test 4115 to 4721)
There are 19852 tests, see "Raw output" for the list of tests 4115 to 4721.
19852 tests found (test 4722 to 5473)
There are 19852 tests, see "Raw output" for the list of tests 4722 to 5473.
19852 tests found (test 5474 to 6240)
There are 19852 tests, see "Raw output" for the list of tests 5474 to 6240.
19852 tests found (test 6241 to 6976)
There are 19852 tests, see "Raw output" for the list of tests 6241 to 6976.
19852 tests found (test 6977 to 7716)
There are 19852 tests, see "Raw output" for the list of tests 6977 to 7716.
19852 tests found (test 7717 to 8501)
There are 19852 tests, see "Raw output" for the list of tests 7717 to 8501.
19852 tests found (test 8502 to 9405)
There are 19852 tests, see "Raw output" for the list of tests 8502 to 9405.
19852 tests found (test 9406 to 10208)
There are 19852 tests, see "Raw output" for the list of tests 9406 to 10208.
19852 tests found (test 10209 to 11035)
There are 19852 tests, see "Raw output" for the list of tests 10209 to 11035.
19852 tests found (test 11036 to 11886)
There are 19852 tests, see "Raw output" for the list of tests 11036 to 11886.
19852 tests found (test 11887 to 12676)
There are 19852 tests, see "Raw output" for the list of tests 11887 to 12676.
19852 tests found (test 12677 to 13293)
There are 19852 tests, see "Raw output" for the list of tests 12677 to 13293.
19852 tests found (test 13294 to 13908)
There are 19852 tests, see "Raw output" for the list of tests 13294 to 13908.
19852 tests found (test 13909 to 14602)
There are 19852 tests, see "Raw output" for the list of tests 13909 to 14602.
19852 tests found (test 14603 to 15225)
There are 19852 tests, see "Raw output" for the list of tests 14603 to 15225.
19852 tests found (test 15226 to 16041)
There are 19852 tests, see "Raw output" for the list of tests 15226 to 16041.
19852 tests found (test 16042 to 16712)
There are 19852 tests, see "Raw output" for the list of tests 16042 to 16712.
19852 tests found (test 16713 to 17419)
There are 19852 tests, see "Raw output" for the list of tests 16713 to 17419.
19852 tests found (test 17420 to 18147)
There are 19852 tests, see "Raw output" for the list of tests 17420 to 18147.
19852 tests found (test 18148 to 18895)
There are 19852 tests, see "Raw output" for the list of tests 18148 to 18895.
19852 tests found (test 18896 to 19700)
There are 19852 tests, see "Raw output" for the list of tests 18896 to 19700.
19852 tests found (test 19701 to 19852)
There are 19852 tests, see "Raw output" for the list of tests 19701 to 19852.

Artifacts

Produced during runtime
Name Size
Event File Expired
3.76 KB
Test results for Linux-3.10 all-but-dask Expired
160 KB
Test results for Linux-3.10 flaky Expired
161 KB
Test results for Linux-3.11 Expired
161 KB
Test results for Linux-3.12 Expired
141 KB
Test results for Linux-3.9 Expired
161 KB
Test results for Linux-3.9 bare-minimum Expired
119 KB
Test results for Linux-3.9 min-all-deps Expired
162 KB
Test results for Windows-3.9 Expired
167 KB
Test results for macOS-3.12 Expired
151 KB
Test results for macOS-3.9 Expired
171 KB