Cache the result of DaskManager.normalize_chunks #15778
Annotations
10 errors and 1 warning
Run tests:
xarray/tests/test_dataarray.py#L906
TestDataArray.test_chunk
AssertionError: assert 'xarray-<this...f7081ab98af4d' == 'xarray-<this...742362e5155a7'
- xarray-<this-array>-10ed37302ad1cc1e92d742362e5155a7
+ xarray-<this-array>-fd5d668333e480374d8f7081ab98af4d
|
Run tests:
xarray/tests/test_backends.py#L5057
TestDask.test_deterministic_names
AssertionError: assert {'var1': 'ope...6f0ddddec1be'} == {'var1': 'ope...8b5a47dd6ae4'}
Differing items:
{'var3': 'open_dataset-var3-531b99b14a4da8f408e66f0ddddec1be'} != {'var3': 'open_dataset-var3-079ac6da1511fc8eeda58b5a47dd6ae4'}
{'var1': 'open_dataset-var1-ecbf5173761b1a8a456f817a925b4065'} != {'var1': 'open_dataset-var1-0dcfab564a7fae438564046f737e6c4f'}
{'var2': 'open_dataset-var2-9fac6690f31e03e2b5f8491f7d66a583'} != {'var2': 'open_dataset-var2-34e839699fefea084a910f574c9c5c75'}
Full diff:
{
- 'var1': 'open_dataset-var1-0dcfab564a7fae438564046f737e6c4f',
- 'var2': 'open_dataset-var2-34e839699fefea084a910f574c9c5c75',
- 'var3': 'open_dataset-var3-079ac6da1511fc8eeda58b5a47dd6ae4',
+ 'var1': 'open_dataset-var1-ecbf5173761b1a8a456f817a925b4065',
+ 'var2': 'open_dataset-var2-9fac6690f31e03e2b5f8491f7d66a583',
+ 'var3': 'open_dataset-var3-531b99b14a4da8f408e66f0ddddec1be',
}
|
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)
|
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