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...0b4bddf38f12d' == 'xarray-<this...3559968850894'
- xarray-<this-array>-0449f40a858574f6b6b3559968850894
+ xarray-<this-array>-aa6b33ccccfdf9731710b4bddf38f12d
|
Run tests:
xarray\tests\test_backends.py#L5057
TestDask.test_deterministic_names
AssertionError: assert {'var1': 'ope...00f84c34b586'} == {'var1': 'ope...b82007a7772b'}
Differing items:
{'var3': 'open_dataset-var3-838df4678e8a16ce8b9200f84c34b586'} != {'var3': 'open_dataset-var3-6bc878392c84e633699cb82007a7772b'}
{'var2': 'open_dataset-var2-3898b16b0c502317d21e7e5c6a9c5520'} != {'var2': 'open_dataset-var2-b22a41d139871421f7423b6326a14af7'}
{'var1': 'open_dataset-var1-757b99c0899115bf5eeccbd08274d1e7'} != {'var1': 'open_dataset-var1-28ea8a3521a34f258030f8f33f7eb964'}
Full diff:
{
- 'var1': 'open_dataset-var1-28ea8a3521a34f258030f8f33f7eb964',
- 'var2': 'open_dataset-var2-b22a41d139871421f7423b6326a14af7',
- 'var3': 'open_dataset-var3-6bc878392c84e633699cb82007a7772b',
+ 'var1': 'open_dataset-var1-757b99c0899115bf5eeccbd08274d1e7',
+ 'var2': 'open_dataset-var2-3898b16b0c502317d21e7e5c6a9c5520',
+ 'var3': 'open_dataset-var3-838df4678e8a16ce8b9200f84c34b586',
}
|
Run tests:
xarray\tests\test_plugins.py#L256
test_lazy_import
AssertionError: {'sparse', 'dask.array', '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