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...3c506002ad26'} == {'var1': 'ope...14aa758deac2'}
Differing items:
{'var3': 'open_dataset-var3-be60658636d2b692e1ee3c506002ad26'} != {'var3': 'open_dataset-var3-c65891cfb4acebbd474014aa758deac2'}
{'var1': 'open_dataset-var1-3a28bcbc9e6a40655412e8e339cc2144'} != {'var1': 'open_dataset-var1-c17bbad435a2f6aaddf06a876dbbfb8b'}
{'var2': 'open_dataset-var2-128058e54157be0563d6c3493c89efe7'} != {'var2': 'open_dataset-var2-15c35bdf53cee77357a7abcc5be30f92'}
Full diff:
{
- 'var1': 'open_dataset-var1-c17bbad435a2f6aaddf06a876dbbfb8b',
- 'var2': 'open_dataset-var2-15c35bdf53cee77357a7abcc5be30f92',
- 'var3': 'open_dataset-var3-c65891cfb4acebbd474014aa758deac2',
+ 'var1': 'open_dataset-var1-3a28bcbc9e6a40655412e8e339cc2144',
+ 'var2': 'open_dataset-var2-128058e54157be0563d6c3493c89efe7',
+ 'var3': 'open_dataset-var3-be60658636d2b692e1ee3c506002ad26',
}
|
Run tests:
xarray/tests/test_dataarray.py#L906
TestDataArray.test_chunk
AssertionError: assert 'xarray-<this...2ec0be0ae2ac2' == 'xarray-<this...9eb0f4a0e3992'
- xarray-<this-array>-bd6fe42e842578da0179eb0f4a0e3992
+ xarray-<this-array>-b9a3aa9ed707d853d172ec0be0ae2ac2
|
Run tests:
xarray/tests/test_plugins.py#L256
test_lazy_import
AssertionError: {'sparse', 'scipy', 'dask.array'} have been imported but should be lazy
assert 3 == 0
+ where 3 = len({'dask.array', 'scipy', 'sparse'})
|
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