Skip to content

Move parallelcompat and chunkmanagers to NamedArray #11281

Move parallelcompat and chunkmanagers to NamedArray

Move parallelcompat and chunkmanagers to NamedArray #11281

Triggered via pull request February 2, 2024 20:34
Status Failure
Total duration 22m 43s
Artifacts 13

ci.yaml

on: pull_request
detect ci trigger
5s
detect ci trigger
Event File
2s
Event File
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

101 errors and 4 warnings
ubuntu-latest py3.11: xarray/tests/test_plugins.py#L263
test_lazy_import AssertionError: {'scipy', 'sparse', 'dask.array'} have been imported but should be lazy assert 3 == 0 + where 3 = len({'dask.array', 'scipy', 'sparse'})
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
ubuntu-latest py3.11: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] 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 py3.12: xarray/tests/test_plugins.py#L263
test_lazy_import AssertionError: {'scipy', 'dask.array'} have been imported but should be lazy assert 2 == 0 + where 2 = len({'dask.array', 'scipy'})
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
ubuntu-latest py3.12: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] 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 py3.9 min-all-deps: xarray/tests/test_plugins.py#L263
test_lazy_import AssertionError: {'scipy', 'dask.array', 'sparse'} have been imported but should be lazy assert 3 == 0 + where 3 = len({'dask.array', 'scipy', 'sparse'})
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] TypeError: All variadic arguments must be arrays, not ['Array'] Usage: da.map_overlap(function, x) or: da.map_overlap(function, x, y, z)
macos-latest py3.12: xarray/tests/test_plugins.py#L263
test_lazy_import AssertionError: {'dask.array', 'scipy'} have been imported but should be lazy assert 2 == 0 + where 2 = len({'dask.array', 'scipy'})
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.12: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
macos-latest py3.12: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] TypeError: All variadic arguments must be arrays, not ['Array'] Usage: da.map_overlap(function, x) or: da.map_overlap(function, x, y, z)
macos-latest py3.9
nodename nor servname provided, or not known (api.github.com:443)
windows-latest py3.9: xarray\tests\test_plugins.py#L263
test_lazy_import AssertionError: {'dask.array', 'scipy', 'sparse'} have been imported but should be lazy assert 3 == 0 + where 3 = len({'dask.array', 'scipy', 'sparse'})
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.9: xarray\tests\test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
windows-latest py3.9: xarray\tests\test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] TypeError: All variadic arguments must be arrays, not ['Array'] Usage: da.map_overlap(function, x) or: da.map_overlap(function, x, y, z)
windows-latest py3.12: xarray\tests\test_plugins.py#L263
test_lazy_import AssertionError: {'scipy', 'dask.array'} have been imported but should be lazy assert 2 == 0 + where 2 = len({'dask.array', 'scipy'})
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.12: xarray\tests\test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
windows-latest py3.12: xarray\tests\test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] TypeError: All variadic arguments must be arrays, not ['Array'] Usage: da.map_overlap(function, x) or: da.map_overlap(function, x, y, z)
macos-latest py3.11: xarray/tests/test_plugins.py#L263
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'})
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
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)
macos-latest py3.11: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
macos-latest py3.11: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] 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 py3.9: xarray/tests/test_plugins.py#L263
test_lazy_import AssertionError: {'scipy', 'sparse', 'dask.array'} have been imported but should be lazy assert 3 == 0 + where 3 = len({'dask.array', 'scipy', 'sparse'})
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
ubuntu-latest py3.9: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] 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 py3.10 flaky: xarray/tests/test_plugins.py#L263
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'})
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
ubuntu-latest py3.10 flaky: xarray/tests/test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] TypeError: All variadic arguments must be arrays, not ['Array'] Usage: da.map_overlap(function, x) or: da.map_overlap(function, x, y, z)
windows-latest py3.11: xarray\tests\test_plugins.py#L263
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'})
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
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)
windows-latest py3.11: xarray\tests\test_rolling.py#L30
test_cumulative[1-dask-DataArray-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)
windows-latest py3.11: xarray\tests\test_rolling.py#L44
test_cumulative_vs_cum[1-dask-Dataset] TypeError: All variadic arguments must be arrays, not ['Array'] Usage: da.map_overlap(function, x) or: da.map_overlap(function, x, y, z)
macos-latest py3.9
Failed to download action 'https://api.github.com/repos/mamba-org/setup-micromamba/tarball/8767fb704bd78032e9392f0386bf46950bdd1194'. Error: nodename nor servname provided, or not known (api.github.com:443)
macos-latest py3.9
Back off 23.357 seconds before retry.
macos-latest py3.9
Failed to download action 'https://api.github.com/repos/mamba-org/setup-micromamba/tarball/8767fb704bd78032e9392f0386bf46950bdd1194'. Error: nodename nor servname provided, or not known (api.github.com:443)
macos-latest py3.9
Back off 16.146 seconds before retry.

Artifacts

Produced during runtime
Name Size
Event File Expired
4.93 KB
Test results for Linux-3.10 all-but-dask Expired
159 KB
Test results for Linux-3.10 flaky Expired
206 KB
Test results for Linux-3.11 Expired
188 KB
Test results for Linux-3.12 Expired
167 KB
Test results for Linux-3.9 Expired
236 KB
Test results for Linux-3.9 bare-minimum Expired
114 KB
Test results for Linux-3.9 min-all-deps Expired
166 KB
Test results for Windows-3.11 Expired
236 KB
Test results for Windows-3.12 Expired
150 KB
Test results for Windows-3.9 Expired
209 KB
Test results for macOS-3.11 Expired
198 KB
Test results for macOS-3.12 Expired
183 KB