Skip to content

Complete deprecation of Dataset.dims returning dict #12327

Complete deprecation of Dataset.dims returning dict

Complete deprecation of Dataset.dims returning dict #12327

Triggered via pull request April 28, 2024 20:32
Status Cancelled
Total duration 4m 45s
Artifacts 2

ci.yaml

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

Annotations

38 errors and 13 warnings
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataarray.py#L2499
TestDataArray.test_stack_unstack AssertionError: Left and right DataArray objects are not identical Differing values: L array([[0, 1], [2, 3]]) R array([[0, 2], [1, 3]])
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_combine.py#L167
TestTileIDsFromCoords.test_2d AssertionError: Left and right Dataset objects are not equal Differing coordinates: L * y (y) int64 24B 10 20 30 R * y (y) int64 24B 40 50 60 L * x (x) int64 16B 2 3 R * x (x) int64 16B 0 1
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_combine.py#L209
TestTileIDsFromCoords.test_2d_plus_bystander_dim AssertionError: Left and right Dataset objects are not equal Differing coordinates: L * y (y) int64 24B 10 20 30 R * y (y) int64 24B 40 50 60 L * x (x) int64 16B 2 3 R * x (x) int64 16B 0 1
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L3695
TestDataset.test_stack AssertionError: Left and right Dataset objects are not identical Differing coordinates: L * y (z) object 32B 'a' 'b' 'a' 'b' R * y (z) <U1 16B 'a' 'a' 'b' 'b' L * x (z) int64 32B 0 0 1 1 R * x (z) int64 32B 0 1 0 1 L * z (z) object 32B MultiIndex R * z (z) object 32B MultiIndex Differing data variables: L b (z) int64 32B 0 1 2 3 R b (z) int64 32B 0 2 1 3
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L4691
TestDataset.test_to_and_from_dataframe assert False + where False = <bound method NDFrame.equals of w cat\nx y \n0 a -2.552990 a\n b 0.653619 a\n c 0.864436 c\n1 a -0.742165 a\n b 2.269755 a\n c -1.454366 c>( w cat\ny x \na 0 -2.552990 a\n 1 -0.742165 a\nb 0 0.653619 a\n 1 2.269755 a\nc 0 0.864436 c\n 1 -1.454366 c) + where <bound method NDFrame.equals of w cat\nx y \n0 a -2.552990 a\n b 0.653619 a\n c 0.864436 c\n1 a -0.742165 a\n b 2.269755 a\n c -1.454366 c> = w cat\nx y \n0 a -2.552990 a\n b 0.653619 a\n c 0.864436 c\n1 a -0.742165 a\n b 2.269755 a\n c -1.454366 c.equals
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L4893
TestDataset.test_convert_dataframe_with_many_types_and_multiindex assert False + where False = <bound method NDFrame.equals of a b c d e f g h\ntwo one ....0 False b 2013-01-02 2013-01-02 00:00:00-05:00\n2 a c 3 5 6.0 True c 2013-01-03 2013-01-03 00:00:00-05:00>( a b c d e f g h\none two ...5.0 False b 2013-01-02 2013-01-02 00:00:00-05:00\n 2 c 3 5 6.0 True c 2013-01-03 2013-01-03 00:00:00-05:00) + where <bound method NDFrame.equals of a b c d e f g h\ntwo one ....0 False b 2013-01-02 2013-01-02 00:00:00-05:00\n2 a c 3 5 6.0 True c 2013-01-03 2013-01-03 00:00:00-05:00> = a b c d e f g h\ntwo one ...5.0 False b 2013-01-02 2013-01-02 00:00:00-05:00\n2 a c 3 5 6.0 True c 2013-01-03 2013-01-03 00:00:00-05:00.equals
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataarray.py#L7133
TestStackEllipsis.test_result_as_expected AssertionError: Left and right DataArray objects are not identical Differing values: L array([1, 1, 2, 2]) R array([1, 2, 1, 2]) Differing coordinates: L * y (flat) int64 32B 0 0 1 1 R * y (flat) int64 32B 0 1 0 1 L * x (flat) int64 32B 0 1 0 1 R * x (flat) int64 32B 0 0 1 1
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L679
TestDataset.test_properties AssertionError: assert False + where False = isinstance(frozenset({'dim1', 'dim2', 'dim3', 'time'}), <class 'xarray.core.utils.Frozen'>) + where frozenset({'dim1', 'dim2', 'dim3', 'time'}) = <xarray.Dataset> Size: 2kB\nDimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)\nCoordinates:\n * dim2 (dim2) float6...B -1.3 0.2575 0.1386 ... -1.898 0.2646\n var3 (dim3, dim1) float64 640B 0.09186 1.374 -0.08632 ... -0.2859 -1.043.dims + and <class 'xarray.core.utils.Frozen'> = utils.Frozen
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L5153
TestDataset.test_dropna AssertionError: Regex pattern did not match. Regex: "'foo' not found in data dimensions \\('a', 'b'\\)" Input: "Dimension 'foo' not found in data dimensions ('b', 'a')"
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L745
TestDataset.test_warn_ds_dims_deprecation Failed: DID NOT WARN. No warnings of type (<class 'FutureWarning'>,) were emitted. Emitted warnings: [].
windows-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
windows-latest py3.12
The operation was canceled.
windows-latest py3.12
Could not find micromamba activate xarray-tests in C:\Users\runneradmin\.bash_profile
ubuntu-latest py3.10 all-but-dask
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
ubuntu-latest py3.10 all-but-dask
The operation was canceled.
windows-latest py3.11
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
windows-latest py3.11
The operation was canceled.
windows-latest py3.11
Could not find micromamba activate xarray-tests in C:\Users\runneradmin\.bash_profile
macos-latest py3.9
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
macos-latest py3.9
The operation was canceled.
macos-latest py3.11
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
macos-latest py3.11
The operation was canceled.
windows-latest py3.9
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
windows-latest py3.9
Could not find micromamba activate xarray-tests in C:\Users\runneradmin\.bash_profile
windows-latest py3.9
The operation was canceled.
macos-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
macos-latest py3.12
The operation was canceled.
ubuntu-latest py3.11
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
ubuntu-latest py3.11: xarray/tests/test_dataset.py#L679
TestDataset.test_properties AssertionError: assert False + where False = isinstance(frozenset({'dim1', 'dim2', 'dim3', 'time'}), <class 'xarray.core.utils.Frozen'>) + where frozenset({'dim1', 'dim2', 'dim3', 'time'}) = <xarray.Dataset> Size: 2kB\nDimensions: (dim2: 9, dim3: 10, time: 20, dim1: 8)\nCoordinates:\n * dim2 (dim2) float6... -0.3473 -1.919 1.912 ... -0.0236 0.04028\n var3 (dim3, dim1) float64 640B 0.7932 0.9756 -1.133 ... -0.3791 1.273.dims + and <class 'xarray.core.utils.Frozen'> = utils.Frozen
ubuntu-latest py3.11
The operation was canceled.
ubuntu-latest py3.9
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
ubuntu-latest py3.9
The operation was canceled.
ubuntu-latest py3.9 min-all-deps
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
ubuntu-latest py3.9 min-all-deps
The operation was canceled.
ubuntu-latest py3.10 flaky
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
ubuntu-latest py3.10 flaky
The operation was canceled.
ubuntu-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/8980/merge' exists
ubuntu-latest py3.12
The operation was canceled.
windows-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
ubuntu-latest py3.10 all-but-dask
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
windows-latest py3.11
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
macos-latest py3.9
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
macos-latest py3.11
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
windows-latest py3.9
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
macos-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
ubuntu-latest py3.11
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
ubuntu-latest py3.11
Failed to save: Unable to reserve cache with key Linux-X64-py3.11-2024-04-28-f9d34de2de96df7cf2b06ce8bd6e3119b3c88a9df70d317788c9e228a1ad0cc5-linux-64-xarray-tests-args-b172995-root-dcc80ee-file-1ff8ecd1959ae225e7305eb1d0e8e10054587ce4b11ac3a45e60ec5e53fbadfc, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/8980/merge, Key: Linux-X64-py3.11-2024-04-28-f9d34de2de96df7cf2b06ce8bd6e3119b3c88a9df70d317788c9e228a1ad0cc5-linux-64-xarray-tests-args-b172995-root-dcc80ee-file-1ff8ecd1959ae225e7305eb1d0e8e10054587ce4b11ac3a45e60ec5e53fbadfc, Version: a2d23e1ed2659ed82c2139af6b060439ac5345ea8dad0c956f30fdd3bfee6aca
ubuntu-latest py3.9
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
ubuntu-latest py3.9 min-all-deps
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
ubuntu-latest py3.10 flaky
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
ubuntu-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
Event File Expired
3.64 KB
Test results for Linux-3.9 bare-minimum Expired
137 KB