Cache the result of DaskManager.normalize_chunks #15778
Annotations
10 errors and 1 warning
Run tests:
xarray\tests\test_backends.py#L5057
TestDask.test_deterministic_names
AssertionError: assert {'var1': 'ope...ff08b54b7304'} == {'var1': 'ope...b7120bda4b3c'}
Differing items:
{'var2': 'open_dataset-var2-baa49cc9bbaca2de586371520f1fd195'} != {'var2': 'open_dataset-var2-3d0ec936337bc3125be1cda82cab0035'}
{'var1': 'open_dataset-var1-67e163d5339773a32ffd482b7d2a37f3'} != {'var1': 'open_dataset-var1-24b57e9be265c31a485ad8824094b3aa'}
{'var3': 'open_dataset-var3-ae7068344d6f47284860ff08b54b7304'} != {'var3': 'open_dataset-var3-54493eb209b9725872aeb7120bda4b3c'}
Full diff:
{
- 'var1': 'open_dataset-var1-24b57e9be265c31a485ad8824094b3aa',
- 'var2': 'open_dataset-var2-3d0ec936337bc3125be1cda82cab0035',
- 'var3': 'open_dataset-var3-54493eb209b9725872aeb7120bda4b3c',
+ 'var1': 'open_dataset-var1-67e163d5339773a32ffd482b7d2a37f3',
+ 'var2': 'open_dataset-var2-baa49cc9bbaca2de586371520f1fd195',
+ 'var3': 'open_dataset-var3-ae7068344d6f47284860ff08b54b7304',
}
|
Run tests:
xarray\tests\test_dataarray.py#L906
TestDataArray.test_chunk
AssertionError: assert 'xarray-<this...1ed09ff80f68e' == 'xarray-<this...c5fff6bbc963a'
- xarray-<this-array>-a479f565dff427ee855c5fff6bbc963a
+ xarray-<this-array>-721163bbc34d84801241ed09ff80f68e
|
Run tests:
xarray\tests\test_plugins.py#L256
test_lazy_import
AssertionError: {'dask.array', 'sparse', 'scipy'} 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)
|
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