Skip to content

Remove PR labeler bot #10700

Remove PR labeler bot

Remove PR labeler bot #10700

Triggered via pull request December 6, 2023 02:32
Status Failure
Total duration 6h 0m 41s
Artifacts 7

ci.yaml

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

Annotations

55 errors and 3 warnings
ubuntu-latest py3.9: xarray/tests/test_groupby.py#L1594
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: Left and right DataArray objects are not identical Differing values: L array([1.398391e+14, 1.398391e+14, nan, nan, 1.000000e+00, 1.000000e+00, 4.621307e+18, nan, 4.621307e+18, nan, 4.621307e+18]) R array([10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9])
ubuntu-latest py3.9: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan nan 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
ubuntu-latest py3.9: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, nan, 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
ubuntu-latest py3.9: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [1. 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
ubuntu-latest py3.9: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 nan nan nan nan nan 1.0 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5
ubuntu-latest py3.9
Process completed with exit code 1.
ubuntu-latest py3.11: xarray/tests/test_groupby.py#L1594
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: Left and right DataArray objects are not identical Differing values: L array([1.405099e+14, 1.405099e+14, nan, nan, 9.386651e+13, nan, nan, 2.305843e+18, nan, nan, 9.386651e+13]) R array([10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9])
ubuntu-latest py3.11: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan nan 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
ubuntu-latest py3.11: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, nan, 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
ubuntu-latest py3.11: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [1. 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
ubuntu-latest py3.11: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 nan nan nan nan nan 1.0 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5
ubuntu-latest py3.11
Process completed with exit code 1.
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_groupby.py#L1594
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: Left and right DataArray objects are not identical Differing values: L array([1.399726e+14, 9.460181e+13, nan, nan, nan, nan, 4.621307e+18, 4.628370e+18, 4.631594e+18, 4.634153e+18, 4.635458e+18]) R array([10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9])
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan nan 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, nan, 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [1. 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 nan nan nan nan nan 1.0 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5
ubuntu-latest py3.10 all-but-dask
Process completed with exit code 1.
ubuntu-latest py3.10 flaky: xarray/tests/test_groupby.py#L1594
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: Left and right DataArray objects are not identical Differing values: L array([1.396419e+14, 1.396419e+14, 1.396401e+14, nan, 1.396401e+14, 1.396401e+14, 1.396401e+14, 1.396402e+14, 1.396401e+14, 1.396402e+14, 1.396401e+14]) R array([10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9])
ubuntu-latest py3.10 flaky: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan nan 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
ubuntu-latest py3.10 flaky: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, nan, 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
ubuntu-latest py3.10 flaky: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [1. 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
ubuntu-latest py3.10 flaky: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 nan nan nan nan nan 1.0 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5
ubuntu-latest py3.10 flaky
Process completed with exit code 1.
windows-latest py3.9: xarray\tests\test_groupby.py#L1588
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: assert False + where False = Index([nan, 14.0, 23.0, 32.0, 41.0, 50.0, 59.0, 68.0, 77.0, 86.0, 95.0], dtype='float64', name='x_bins').is_monotonic_increasing + where Index([nan, 14.0, 23.0, 32.0, 41.0, 50.0, 59.0, 68.0, 77.0, 86.0, 95.0], dtype='float64', name='x_bins') = <bound method DataArray.to_index of <xarray.DataArray (x_bins: 11)>\narray([nan, 14., 23., 32., 41., 50., 59., 68., 77., 86., 95.])\nCoordinates:\n * x_bins (x_bins) object (-100.2, -81.818] ... (81.818, 100.0]>() + where <bound method DataArray.to_index of <xarray.DataArray (x_bins: 11)>\narray([nan, 14., 23., 32., 41., 50., 59., 68., 77., 86., 95.])\nCoordinates:\n * x_bins (x_bins) object (-100.2, -81.818] ... (81.818, 100.0]> = <xarray.DataArray (x_bins: 11)>\narray([nan, 14., 23., 32., 41., 50., 59., 68., 77., 86., 95.])\nCoordinates:\n * x_bins (x_bins) object (-100.2, -81.818] ... (81.818, 100.0].to_index
windows-latest py3.9: xarray\tests\test_groupby.py#L893
test_groupby_bins_cut_kwargs[True] AssertionError: Left and right DataArray objects are not identical Differing values: L array([[ 1., 2.], [ 5., 6.], [ 9., 10.]]) R array([[nan, 2.], [nan, 6.], [ 9., 10.]])
windows-latest py3.9: xarray\tests\test_units.py#L3869
TestDataArray.test_computation_objects[int32-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan 0. nan 1. ] [ nan 2. nan 3. ] [ nan 4. nan 5. ] [ nan 6. nan 7. ] [ nan 8. nan 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
windows-latest py3.9: xarray\tests\test_units.py#L3869
TestDataArray.test_computation_objects[int32-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, 0. , nan, 1. ], [ nan, 2. , nan, 3. ], [ nan, 4. , nan, 5. ], [ nan, 6. , nan, 7. ], [ nan, 8. , nan, 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
windows-latest py3.9: xarray\tests\test_units.py#L5350
TestDataset.test_computation_objects[int32-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [nan 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ... L b (x_bins, z) float64 <Quantity([[ nan nan nan] [ nan 17.5 18.5... R b (x_bins, z) float64 <Quantity([[11. 11.5 12.5] [16.5 17.5 18.5...
windows-latest py3.9: xarray\tests\test_units.py#L5350
TestDataset.test_computation_objects[int32-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 nan nan nan nan nan nan 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5 L b (x_bins, z) float64 nan nan nan nan 17.5 18.5 R b (x_bins, z) float64 11.0 11.5 12.5 16.5 17.5 18.5
windows-latest py3.9
Process completed with exit code 1.
windows-latest py3.11: xarray\tests\test_groupby.py#L1588
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: assert False + where False = Index([nan, 14.0, 23.0, 32.0, 41.0, 50.0, 59.0, 68.0, 77.0, 86.0, 95.0], dtype='float64', name='x_bins').is_monotonic_increasing + where Index([nan, 14.0, 23.0, 32.0, 41.0, 50.0, 59.0, 68.0, 77.0, 86.0, 95.0], dtype='float64', name='x_bins') = <bound method DataArray.to_index of <xarray.DataArray (x_bins: 11)>\narray([nan, 14., 23., 32., 41., 50., 59., 68., 77., 86., 95.])\nCoordinates:\n * x_bins (x_bins) object (-100.2, -81.818] ... (81.818, 100.0]>() + where <bound method DataArray.to_index of <xarray.DataArray (x_bins: 11)>\narray([nan, 14., 23., 32., 41., 50., 59., 68., 77., 86., 95.])\nCoordinates:\n * x_bins (x_bins) object (-100.2, -81.818] ... (81.818, 100.0]> = <xarray.DataArray (x_bins: 11)>\narray([nan, 14., 23., 32., 41., 50., 59., 68., 77., 86., 95.])\nCoordinates:\n * x_bins (x_bins) object (-100.2, -81.818] ... (81.818, 100.0].to_index
windows-latest py3.11: xarray\tests\test_groupby.py#L893
test_groupby_bins_cut_kwargs[True] AssertionError: Left and right DataArray objects are not identical Differing values: L array([[ 1., 2.], [ 5., 6.], [ 9., 10.]]) R array([[ 1., nan], [nan, 6.], [ 9., 10.]])
windows-latest py3.11: xarray\tests\test_units.py#L3869
TestDataArray.test_computation_objects[int32-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan 0. nan 1. ] [ nan 2. nan 3. ] [ nan 4. nan 5. ] [ nan 6. nan 7. ] [ nan 8. nan 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
windows-latest py3.11: xarray\tests\test_units.py#L3869
TestDataArray.test_computation_objects[int32-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, 0. , nan, 1. ], [ nan, 2. , nan, 3. ], [ nan, 4. , nan, 5. ], [ nan, 6. , nan, 7. ], [ nan, 8. , nan, 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
windows-latest py3.11: xarray\tests\test_units.py#L5350
TestDataset.test_computation_objects[int32-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L b (x_bins, z) float64 <Quantity([[ nan nan nan] [ nan 17.5 18.5... R b (x_bins, z) float64 <Quantity([[11. 11.5 12.5] [16.5 17.5 18.5... L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [nan 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
windows-latest py3.11: xarray\tests\test_units.py#L5350
TestDataset.test_computation_objects[int32-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L b (x_bins, z) float64 nan nan nan nan 17.5 18.5 R b (x_bins, z) float64 11.0 11.5 12.5 16.5 17.5 18.5 L a (x_bins, y) float64 nan nan nan nan nan nan 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5
windows-latest py3.11
Process completed with exit code 1.
macos-latest py3.9: xarray/tests/test_groupby.py#L1594
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: Left and right DataArray objects are not identical Differing values: L array([ nan, 1.055531e+14, 1.055531e+14, 1.055531e+14, 1.403629e+14, nan, 4.294967e+09, nan, nan, nan, nan]) R array([10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9])
macos-latest py3.9: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan nan 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
macos-latest py3.9: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, nan, 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
macos-latest py3.9: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [1. 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
macos-latest py3.9: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-coords-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 nan nan nan nan nan 1.0 1.5 2.0 2.5 3.5 R a (x_bins, y) float64 -3.5 -2.5 -2.0 -1.5 -1.0 1.0 1.5 2.0 2.5 3.5
macos-latest py3.9
Process completed with exit code 1.
macos-latest py3.11
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 360 minutes.
macos-latest py3.11: xarray/tests/test_backends.py#L4277
TestDask.test_dask_roundtrip Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_backends.py#L599
TestNetCDF4ViaDaskData.test_roundtrip_coordinates Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_groupby.py#L1594
TestDataArrayGroupBy.test_groupby_bins_sort AssertionError: Left and right DataArray objects are not identical Differing values: L array([ nan, 5.500000e+01, 1.405721e+14, nan, 1.430000e+02, 5.500000e+01, 3.435974e+10, 1.055531e+14, nan, 3.435974e+10, 1.288490e+10]) R array([10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9])
macos-latest py3.11: xarray/tests/test_backends.py#L4284
TestDask.test_deterministic_names Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_backends.py#L608
TestNetCDF4ViaDaskData.test_roundtrip_global_coordinates Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_backends.py#L4302
TestDask.test_dataarray_compute Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_backends.py#L625
TestNetCDF4ViaDaskData.test_roundtrip_coordinates_with_space Failed: Timeout >180.0s
macos-latest py3.11: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-data] AssertionError: Left and right DataArray objects are not close Differing values: L <Quantity([[ nan nan 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')> R <Quantity([[0. 0. 1. 1. ] [2. 2. 3. 3. ] [4. 4. 5. 5. ] [6. 6. 7. 7. ] [8. 8. 9. 9.333333]], 'meter')>
macos-latest py3.11: xarray/tests/test_units.py#L3869
TestDataArray.test_computation_objects[int64-method_groupby_bins-coords] AssertionError: Left and right DataArray objects are not close Differing values: L array([[ nan, nan, 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]]) R array([[0. , 0. , 1. , 1. ], [2. , 2. , 3. , 3. ], [4. , 4. , 5. , 5. ], [6. , 6. , 7. , 7. ], [8. , 8. , 9. , 9.333333]])
macos-latest py3.11: xarray/tests/test_units.py#L5350
TestDataset.test_computation_objects[int64-data-method_groupby_bins] AssertionError: Left and right Dataset objects are not close Differing data variables: L a (x_bins, y) float64 <Quantity([[nan nan nan nan nan] [1. 1.5 2... R a (x_bins, y) float64 <Quantity([[-3.5 -2.5 -2. -1.5 -1. ] [ 1. ...
ubuntu-latest py3.9
Failed to save: Unable to reserve cache with key Linux-X64-py3.9-2023-12-06-b6c03294fc0998c7c39677c0e6bd98c2ab2c6976d5514fb5cbab109cb1433eea-linux-64-xarray-tests-args-5c82b85-root-dcc80ee-file-5dc9d7ff7d218e4cccc7267b38bc76e2bde7ba771224b53a9a2ae301a03d349d, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/8525/merge, Key: Linux-X64-py3.9-2023-12-06-b6c03294fc0998c7c39677c0e6bd98c2ab2c6976d5514fb5cbab109cb1433eea-linux-64-xarray-tests-args-5c82b85-root-dcc80ee-file-5dc9d7ff7d218e4cccc7267b38bc76e2bde7ba771224b53a9a2ae301a03d349d, Version: a2d23e1ed2659ed82c2139af6b060439ac5345ea8dad0c956f30fdd3bfee6aca
ubuntu-latest py3.11
Failed to save: Unable to reserve cache with key Linux-X64-py3.11-2023-12-06-b6c03294fc0998c7c39677c0e6bd98c2ab2c6976d5514fb5cbab109cb1433eea-linux-64-xarray-tests-args-b172995-root-dcc80ee-file-5dc9d7ff7d218e4cccc7267b38bc76e2bde7ba771224b53a9a2ae301a03d349d, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/8525/merge, Key: Linux-X64-py3.11-2023-12-06-b6c03294fc0998c7c39677c0e6bd98c2ab2c6976d5514fb5cbab109cb1433eea-linux-64-xarray-tests-args-b172995-root-dcc80ee-file-5dc9d7ff7d218e4cccc7267b38bc76e2bde7ba771224b53a9a2ae301a03d349d, Version: a2d23e1ed2659ed82c2139af6b060439ac5345ea8dad0c956f30fdd3bfee6aca
macos-latest py3.11
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
Event File Expired
27.3 KB
Test results for Linux-3.10 Expired
2.56 MB
Test results for Linux-3.11 Expired
2.56 MB
Test results for Linux-3.9 Expired
2.55 MB
Test results for Windows-3.11 Expired
2.55 MB
Test results for Windows-3.9 Expired
2.55 MB
Test results for macOS-3.9 Expired
2.56 MB