Add SeasonGrouper, SeasonResampler #15364
Annotations
10 errors and 1 warning
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[standard-False]
AssertionError: Left and right DataArray objects are not identical
Differing dimensions:
(time: 9) != (time: 8)
Differing values:
L
array([59., 92., 92., 91., 90., 92., 92., 91., 30.])
R
array([59., 92., 92., 91., 90., 92., 92., 91.])
Differing coordinates:
L * time (time) datetime64[ns] 72B 2000-12-01 2001-03-01 ... 2002-12-01
R * time (time) datetime64[ns] 64B 2000-12-01 2001-03-01 ... 2002-09-01
|
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[standard-diff-order-True]
AssertionError: Left and right DataArray objects are not identical
Differing values:
L
array([92., 92., 91., 90., 92., 92., 91.])
R
array([92., 92., 91., 92., 92., 91., 90.])
Differing coordinates:
L * time (time) datetime64[ns] 56B 2001-03-01 2001-06-01 ... 2002-09-01
R * time (time) datetime64[ns] 56B 2001-03-01 2001-06-01 ... 2001-12-01
|
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[standard-diff-order-False]
AssertionError: Left and right DataArray objects are not identical
Differing dimensions:
(time: 9) != (time: 8)
Differing values:
L
array([59., 92., 92., 91., 90., 92., 92., 91., 30.])
R
array([92., 92., 91., 59., 92., 92., 91., 90.])
Differing coordinates:
L * time (time) datetime64[ns] 72B 2000-12-01 2001-03-01 ... 2002-12-01
R * time (time) datetime64[ns] 64B 2001-03-01 2001-06-01 ... 2001-12-01
|
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[skip-september-False]
AssertionError: Left and right DataArray objects are not identical
Differing dimensions:
(time: 9) != (time: 8)
Differing values:
L
array([59., 92., 92., 61., 90., 92., 92., 61., 30.])
R
array([59., 92., 92., 61., 90., 92., 92., 61.])
Differing coordinates:
L * time (time) datetime64[ns] 72B 2000-12-01 2001-03-01 ... 2002-12-01
R * time (time) datetime64[ns] 64B 2000-12-01 2001-03-01 ... 2002-10-01
|
xarray\tests\test_groupby.py#L3233
TestSeasonGrouperAndResampler.test_season_resampler[jjas-only-True]
KeyError: np.str_('')
|
xarray\tests\test_groupby.py#L3233
TestSeasonGrouperAndResampler.test_season_resampler[jjas-only-False]
KeyError: np.str_('')
|
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[different-order-True]
AssertionError: Left and right DataArray objects are not identical
Differing values:
L
array([92., 92., 91., 90., 92., 92., 91.])
R
array([92., 92., 91., 92., 92., 91., 90.])
Differing coordinates:
L * time (time) datetime64[ns] 56B 2001-03-01 2001-06-01 ... 2002-09-01
R * time (time) datetime64[ns] 56B 2001-03-01 2001-06-01 ... 2001-12-01
|
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[different-order-False]
AssertionError: Left and right DataArray objects are not identical
Differing dimensions:
(time: 9) != (time: 8)
Differing values:
L
array([59., 92., 92., 91., 90., 92., 92., 91., 30.])
R
array([92., 92., 91., 59., 92., 92., 91., 90.])
Differing coordinates:
L * time (time) datetime64[ns] 72B 2000-12-01 2001-03-01 ... 2002-12-01
R * time (time) datetime64[ns] 64B 2001-03-01 2001-06-01 ... 2001-12-01
|
xarray\tests\test_groupby.py#L3233
TestSeasonGrouperAndResampler.test_season_resampler[out-of-order-True]
IndexError: tuple index out of range
|
xarray\tests\test_groupby.py#L3234
TestSeasonGrouperAndResampler.test_season_resampler[out-of-order-False]
AssertionError: Left and right DataArray objects are not identical
Differing dimensions:
(time: 9) != (time: 8)
Differing values:
L
array([59., 92., 92., 91., 90., 92., 92., 91., 30.])
R
array([92., 92., 91., 59., 92., 92., 91., 90.])
Differing coordinates:
L * time (time) datetime64[ns] 72B 2000-12-01 2001-03-01 ... 2002-12-01
R * time (time) datetime64[ns] 64B 2001-06-01 2001-03-01 ... 2001-12-01
|
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
The logs for this run have expired and are no longer available.
Loading