Cache the result of DaskManager.normalize_chunks #15778
Annotations
10 errors and 2 warnings
Run tests:
xarray/tests/test_backends.py#L5057
TestDask.test_deterministic_names
AssertionError: assert {'var1': 'ope...7a00e6f6fcfc'} == {'var1': 'ope...e8d058a73855'}
Differing items:
{'var3': 'open_dataset-var3-f2f1ccc20200d24b1ec47a00e6f6fcfc'} != {'var3': 'open_dataset-var3-2229dd91346f73996943e8d058a73855'}
{'var1': 'open_dataset-var1-17bc252efeb497f5441a58eae82bf715'} != {'var1': 'open_dataset-var1-0bd3d12ca42499dbafd54710caffa78d'}
{'var2': 'open_dataset-var2-97f3a821d5210bae0ff23578b9288635'} != {'var2': 'open_dataset-var2-0f9973346afc22179bff17f04d58c03a'}
Full diff:
{
- 'var1': 'open_dataset-var1-0bd3d12ca42499dbafd54710caffa78d',
- 'var2': 'open_dataset-var2-0f9973346afc22179bff17f04d58c03a',
- 'var3': 'open_dataset-var3-2229dd91346f73996943e8d058a73855',
+ 'var1': 'open_dataset-var1-17bc252efeb497f5441a58eae82bf715',
+ 'var2': 'open_dataset-var2-97f3a821d5210bae0ff23578b9288635',
+ 'var3': 'open_dataset-var3-f2f1ccc20200d24b1ec47a00e6f6fcfc',
}
|
Run tests:
xarray/tests/test_dataarray.py#L906
TestDataArray.test_chunk
AssertionError: assert 'xarray-<this...46146d4ec64cc' == 'xarray-<this...12c3b74c9e1a5'
- xarray-<this-array>-ab00ea1d828f724ead512c3b74c9e1a5
+ xarray-<this-array>-4892319b2f7f4cd66b646146d4ec64cc
|
Run tests:
xarray/tests/test_plugins.py#L256
test_lazy_import
AssertionError: {'scipy', 'dask.array'} have been imported but should be lazy
assert 2 == 0
+ where 2 = len({'dask.array', 'scipy'})
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-Dataset-1-mean]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-Dataset-1-sum]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-Dataset-10-mean]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-Dataset-10-sum]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-DataArray-1-mean]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-DataArray-1-sum]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
Run tests:
xarray/tests/test_rolling.py#L31
test_cumulative[1-dask-DataArray-10-mean]
TypeError: All variadic arguments must be arrays, not ['Array']
Usage: da.map_overlap(function, x)
or: da.map_overlap(function, x, y, z)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Restore cached hypothesis directory
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.
|
Loading