Remove PR labeler bot #10700
Annotations
6 errors
Run tests:
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])
|
Run tests:
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')>
|
Run tests:
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]])
|
Run tests:
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. ...
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading