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...012ac207958f'} == {'var1': 'ope...cbec51cf5927'}
Differing items:
{'var2': 'open_dataset-var2-1e1a1b184ceac955745609ff5137e71d'} != {'var2': 'open_dataset-var2-73ea9b1860978a1e85766042a35942b2'}
{'var1': 'open_dataset-var1-81078cad2e886d791772819da096670a'} != {'var1': 'open_dataset-var1-9e3876f385da8e56c3dcb5bda1b94395'}
{'var3': 'open_dataset-var3-bf889e6e6496f8b2c4fa012ac207958f'} != {'var3': 'open_dataset-var3-eec0f8f4d0db8157bee7cbec51cf5927'}
Full diff:
{
- 'var1': 'open_dataset-var1-9e3876f385da8e56c3dcb5bda1b94395',
- 'var2': 'open_dataset-var2-73ea9b1860978a1e85766042a35942b2',
- 'var3': 'open_dataset-var3-eec0f8f4d0db8157bee7cbec51cf5927',
+ 'var1': 'open_dataset-var1-81078cad2e886d791772819da096670a',
+ 'var2': 'open_dataset-var2-1e1a1b184ceac955745609ff5137e71d',
+ 'var3': 'open_dataset-var3-bf889e6e6496f8b2c4fa012ac207958f',
}
|
Run tests:
xarray/tests/test_dataarray.py#L906
TestDataArray.test_chunk
AssertionError: assert 'xarray-<this...5127b5fba5efc' == 'xarray-<this...2a1b623717d27'
- xarray-<this-array>-8ee336193db0bf7d1aa2a1b623717d27
+ xarray-<this-array>-287579aa7937199d68f5127b5fba5efc
|
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