Cache the result of DaskManager.normalize_chunks #15778
Annotations
10 errors and 2 warnings
Run tests:
xarray/tests/test_dataarray.py#L906
TestDataArray.test_chunk
AssertionError: assert 'xarray-<this...357d86b97ced3' == 'xarray-<this...dd0b320f1a8ad'
- xarray-<this-array>-0f84672e4768b42da94dd0b320f1a8ad
+ xarray-<this-array>-04ec322d74a0cbd6c6c357d86b97ced3
|
Run tests:
xarray/tests/test_backends.py#L5057
TestDask.test_deterministic_names
AssertionError: assert {'var1': 'ope...f87b5cc33449'} == {'var1': 'ope...6ff397dce499'}
Differing items:
{'var2': 'open_dataset-var2-d2f89752a6b3a496558d4b917f49a533'} != {'var2': 'open_dataset-var2-757afe6f81fc986d222fd08bb06537d3'}
{'var3': 'open_dataset-var3-33c732b3dae6bf71018ef87b5cc33449'} != {'var3': 'open_dataset-var3-a32948ce4ba9f025d07f6ff397dce499'}
{'var1': 'open_dataset-var1-f279b57ee558a8025ef3a620ad92e840'} != {'var1': 'open_dataset-var1-7f9a7e567dcf79477e22373c85ce35c7'}
Full diff:
{
- 'var1': 'open_dataset-var1-7f9a7e567dcf79477e22373c85ce35c7',
- 'var2': 'open_dataset-var2-757afe6f81fc986d222fd08bb06537d3',
- 'var3': 'open_dataset-var3-a32948ce4ba9f025d07f6ff397dce499',
+ 'var1': 'open_dataset-var1-f279b57ee558a8025ef3a620ad92e840',
+ 'var2': 'open_dataset-var2-d2f89752a6b3a496558d4b917f49a533',
+ 'var3': 'open_dataset-var3-33c732b3dae6bf71018ef87b5cc33449',
}
|
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#L33
test_cumulative[1-dask-Dataset-1-mean]
Failed: Timeout >180.0s
|
Run tests:
xarray/tests/test_rolling.py#L49
test_cumulative_vs_cum[1-dask-Dataset]
Failed: Timeout >180.0s
|
Run tests:
xarray/tests/test_rolling.py#L49
test_cumulative_vs_cum[1-dask-DataArray]
Failed: Timeout >180.0s
|
Run tests:
xarray/tests/test_rolling.py#L58
TestDataArrayRolling.test_rolling_iter[dask-1-True-1]
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#L58
TestDataArrayRolling.test_rolling_iter[dask-1-True-2]
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#L58
TestDataArrayRolling.test_rolling_iter[dask-1-False-1]
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#L58
TestDataArrayRolling.test_rolling_iter[dask-1-False-2]
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