Skip to content

Move parallelcompat and chunkmanagers to NamedArray #11254

Move parallelcompat and chunkmanagers to NamedArray

Move parallelcompat and chunkmanagers to NamedArray #11254

Triggered via pull request January 30, 2024 22:19
Status Failure
Total duration 19m 50s
Artifacts 14

ci.yaml

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

Annotations

112 errors
ubuntu-latest py3.10 all-but-dask: xarray/tests/test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse ValueError: could not convert string to float: 'a'
ubuntu-latest py3.10 all-but-dask
Process completed with exit code 1.
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1148
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L * x (x) int64 1 R * x (x) int64 1 5 9 L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
ubuntu-latest py3.12: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj1] AssertionError: Left and right Dataset objects are not identical Differing dimensions: (x: 1, y: 20, z: 4) != (x: 3, y: 20, z: 4) Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L * x (x) int64 1 R * x (x) int64 1 5 9 L cx (x) int64 1 R cx (x) int64 1 5 9 L xx (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R xx (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> Differing data variables: L b (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R b (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L c (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R c (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L e (x, y) int64 101 102 103 104 105 106 ... 115 116 117 118 119 120 R e (x, y) int64 101 102 103 104 105 106 ... 123 124 125 126 127 128
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1781
test_minimize_graph_size AssertionError: (0, 6) assert 0 == 6
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse TypeError: 'float' object is not subscriptable
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1149
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1244
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
ubuntu-latest py3.9: xarray/tests/test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse ValueError: could not convert string to float: 'a'
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1149
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1244
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
ubuntu-latest py3.9: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L * x (x) int64 1 R * x (x) int64 1 5 9 L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray>
ubuntu-latest py3.11: xarray/tests/test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse ValueError: could not convert string to float: 'a'
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1148
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
ubuntu-latest py3.11: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L * x (x) int64 1 R * x (x) int64 1 5 9 L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray>
ubuntu-latest py3.10 flaky: xarray/tests/test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse ValueError: could not convert string to float: 'a'
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1781
test_minimize_graph_size AssertionError: (0, 6) assert 0 == 6
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1148
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
ubuntu-latest py3.10 flaky: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
windows-latest py3.12: xarray\tests\test_dask.py#L1148
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
windows-latest py3.12: xarray\tests\test_dask.py#L1188
test_map_blocks[obj1] AssertionError
windows-latest py3.12: xarray\tests\test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
windows-latest py3.12: xarray\tests\test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
windows-latest py3.12: xarray\tests\test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
windows-latest py3.12: xarray\tests\test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
windows-latest py3.12: xarray\tests\test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
windows-latest py3.12: xarray\tests\test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
windows-latest py3.12: xarray\tests\test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int32 dask.array<chunksize=(1, 5), meta=np.ndarray> L ndcoord (x) int32 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int32 dask.array<chunksize=(1,), meta=np.ndarray> L * x (x) int32 1 R * x (x) int32 1 5 9
windows-latest py3.12: xarray\tests\test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj1] AssertionError: Left and right Dataset objects are not identical Differing dimensions: (x: 1, y: 20, z: 4) != (x: 3, y: 20, z: 4) Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int32 dask.array<chunksize=(1, 5), meta=np.ndarray> L ndcoord (x) int32 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int32 dask.array<chunksize=(1,), meta=np.ndarray> L * x (x) int32 1 R * x (x) int32 1 5 9 L xx (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R xx (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L cx (x) int32 1 R cx (x) int32 1 5 9 Differing data variables: L a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L c (x) int32 dask.array<chunksize=(1,), meta=np.ndarray> R c (x) int32 dask.array<chunksize=(1,), meta=np.ndarray> L e (x, y) int32 101 102 103 104 105 106 ... 115 116 117 118 119 120 R e (x, y) int32 101 102 103 104 105 106 ... 123 124 125 126 127 128 L b (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R b (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray>
macos-latest py3.11: xarray/tests/test_dask.py#L1781
test_minimize_graph_size AssertionError: (0, 6) assert 0 == 6
macos-latest py3.11: xarray/tests/test_dask.py#L1148
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
macos-latest py3.11: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
macos-latest py3.11: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
macos-latest py3.11: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
macos-latest py3.11: xarray/tests/test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
macos-latest py3.11: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
macos-latest py3.11: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
macos-latest py3.11: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
macos-latest py3.11: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L * x (x) int64 1 R * x (x) int64 1 5 9
macos-latest py3.12: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
macos-latest py3.12: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
macos-latest py3.12: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
macos-latest py3.12: xarray/tests/test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
macos-latest py3.12: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
macos-latest py3.12: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
macos-latest py3.12: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
macos-latest py3.12: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L * x (x) int64 1 R * x (x) int64 1 5 9
macos-latest py3.12: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj1] AssertionError: Left and right Dataset objects are not identical Differing dimensions: (x: 1, y: 20, z: 4) != (x: 3, y: 20, z: 4) Differing coordinates: L xx (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R xx (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L cx (x) int64 1 R cx (x) int64 1 5 9 L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L * x (x) int64 1 R * x (x) int64 1 5 9 Differing data variables: L c (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R c (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L e (x, y) int64 101 102 103 104 105 106 ... 115 116 117 118 119 120 R e (x, y) int64 101 102 103 104 105 106 ... 123 124 125 126 127 128 L b (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R b (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> L a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray>
macos-latest py3.12: xarray/tests/test_dask.py#L1403
test_map_blocks_template_convert_object AssertionError: Left and right Dataset objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L * x (x) int64 1 R * x (x) int64 1 5 9 Differing data variables: L a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray> R a (x, y) float64 dask.array<chunksize=(1, 5), meta=np.ndarray>
windows-latest py3.9: xarray\tests\test_dask.py#L1781
test_minimize_graph_size AssertionError: (0, 6) assert 0 == 6
windows-latest py3.9: xarray\tests\test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse ValueError: could not convert string to float: 'a'
windows-latest py3.9: xarray\tests\test_dask.py#L1149
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
windows-latest py3.9: xarray\tests\test_dask.py#L1188
test_map_blocks[obj1] AssertionError
windows-latest py3.9: xarray\tests\test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
windows-latest py3.9: xarray\tests\test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
windows-latest py3.9: xarray\tests\test_dask.py#L1244
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
windows-latest py3.9: xarray\tests\test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
windows-latest py3.9: xarray\tests\test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
windows-latest py3.9: xarray\tests\test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
macos-latest py3.9: xarray/tests/test_dask.py#L1781
test_minimize_graph_size AssertionError: (0, 6) assert 0 == 6
macos-latest py3.9: xarray/tests/test_dask.py#L1149
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
macos-latest py3.9: xarray/tests/test_dask.py#L1188
test_map_blocks[obj1] AssertionError
macos-latest py3.9: xarray/tests/test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
macos-latest py3.9: xarray/tests/test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
macos-latest py3.9: xarray/tests/test_dask.py#L1244
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
macos-latest py3.9: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
macos-latest py3.9: xarray/tests/test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int64 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
macos-latest py3.9: xarray/tests/test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError
macos-latest py3.9: xarray/tests/test_dask.py#L1371
test_map_blocks_da_ds_with_template[obj0] AssertionError: Left and right DataArray objects are not identical Differing dimensions: (x: 1, y: 20) != (x: 3, y: 20) Differing values: L dask.array<getitem, shape=(1, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> R dask.array<getitem, shape=(3, 20), dtype=float64, chunksize=(1, 5), chunktype=numpy.ndarray> Differing coordinates: L * x (x) int64 1 R * x (x) int64 1 5 9 L ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> R ndcoord (x) int64 dask.array<chunksize=(1,), meta=np.ndarray> L cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray> R cxy (x, y) int64 dask.array<chunksize=(1, 5), meta=np.ndarray>
windows-latest py3.11: xarray\tests\test_dask.py#L1781
test_minimize_graph_size AssertionError: (0, 6) assert 0 == 6
windows-latest py3.11: xarray\tests\test_dataset.py#L4748
TestDataset.test_from_dataframe_sparse ValueError: could not convert string to float: 'a'
windows-latest py3.11: xarray\tests\test_dask.py#L1148
test_map_blocks_error Failed: DID NOT RAISE <class 'ValueError'>
windows-latest py3.11: xarray\tests\test_dask.py#L1188
test_map_blocks[obj1] AssertionError
windows-latest py3.11: xarray\tests\test_dask.py#L1201
test_map_blocks_mixed_type_inputs[obj1] AssertionError
windows-latest py3.11: xarray\tests\test_dask.py#L1210
test_map_blocks_convert_args_to_list[obj1] AssertionError
windows-latest py3.11: xarray\tests\test_dask.py#L1243
test_map_blocks_dask_args Failed: DID NOT RAISE <class 'ValueError'>
windows-latest py3.11: xarray\tests\test_dask.py#L1292
test_map_blocks_add_attrs[obj0] AssertionError: Left and right DataArray objects are not identical Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
windows-latest py3.11: xarray\tests\test_dask.py#L1292
test_map_blocks_add_attrs[obj1] AssertionError: Left and right Dataset objects are not identical Differing coordinates: L cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Differing variable attributes: new2: new2 R cxy (x, y) int32 dask.array<chunksize=(4, 5), meta=np.ndarray> Attributes only on the left object: new: new
windows-latest py3.11: xarray\tests\test_dask.py#L1313
test_map_blocks_kwargs[obj1] AssertionError

Artifacts

Produced during runtime
Name Size
Event File Expired
4.93 KB
Test results for Linux-3.10 all-but-dask Expired
160 KB
Test results for Linux-3.10 flaky Expired
222 KB
Test results for Linux-3.11 Expired
221 KB
Test results for Linux-3.12 Expired
139 KB
Test results for Linux-3.9 Expired
218 KB
Test results for Linux-3.9 bare-minimum Expired
115 KB
Test results for Linux-3.9 min-all-deps Expired
215 KB
Test results for Windows-3.11 Expired
223 KB
Test results for Windows-3.12 Expired
145 KB
Test results for Windows-3.9 Expired
222 KB
Test results for macOS-3.11 Expired
224 KB
Test results for macOS-3.12 Expired
152 KB
Test results for macOS-3.9 Expired
229 KB