Skip to content

Enable pandas type checking #13307

Enable pandas type checking

Enable pandas type checking #13307

Triggered via pull request July 12, 2024 19:27
Status Failure
Total duration 16m 4s
Artifacts 11

ci.yaml

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

Annotations

90 errors
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_combine.py#L425
TestNestedCombine.test_nested_concat_along_new_dim ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_dataset.py#L584
TestDataset.test_constructor_pandas_single KeyError: '0'
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L522
TestConcatDataset.test_concat_2[False] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L533
TestConcatDataset.test_concat_coords_kwarg[dim1-different] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L533
TestConcatDataset.test_concat_coords_kwarg[dim1-minimal] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L533
TestConcatDataset.test_concat_coords_kwarg[dim1-all] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L533
TestConcatDataset.test_concat_coords_kwarg[dim2-different] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L533
TestConcatDataset.test_concat_coords_kwarg[dim2-minimal] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L533
TestConcatDataset.test_concat_coords_kwarg[dim2-all] ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 bare-minimum: xarray/tests/test_concat.py#L556
TestConcatDataset.test_concat_dim_precedence ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.9: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-h-h-2.0] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
macos-latest py3.12: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-h-h-2.0] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_combine.py#L425
TestNestedCombine.test_nested_concat_along_new_dim ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.11 all-but-dask: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_backends.py#L4705
TestDask.test_open_multi_dataset ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_combine.py#L425
TestNestedCombine.test_nested_concat_along_new_dim ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_cftimeindex_resample.py#L258
test_invalid_offset_error[foo] AssertionError: Regex pattern did not match. Regex: 'offset must be' Input: 'Invalid frequency string provided'
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_cftimeindex_resample.py#L258
test_invalid_offset_error[5MS] AssertionError
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_concat.py#L925
TestConcatDataset.test_concat_dim_is_variable ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_concat.py#L932
TestConcatDataset.test_concat_dim_is_dataarray ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_concat.py#L1090
TestConcatDataArray.test_concat ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9 min-all-deps: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.9: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-h-h-2.0] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
ubuntu-latest py3.12: xarray/tests/test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-h-h-2.0] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.9: xarray\tests\test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-h-h-2.0] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[365_day] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[360_day] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[julian] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[all_leap] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[366_day] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[gregorian] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L762
test_cftimeindex_add_timedeltaindex[proleptic_gregorian] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-2.0] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-D-D-1.5] NameError: name 'BaseCFTimeOffset' is not defined
windows-latest py3.12: xarray\tests\test_cftimeindex.py#L783
test_cftimeindex_shift_float[365_day-h-h-2.0] NameError: name 'BaseCFTimeOffset' is not defined

Artifacts

Produced during runtime
Name Size
Event File Expired
3.76 KB
Test results for Linux-3.11 all-but-dask Expired
177 KB
Test results for Linux-3.12 Expired
160 KB
Test results for Linux-3.12 flaky Expired
665 Bytes
Test results for Linux-3.9 Expired
160 KB
Test results for Linux-3.9 bare-minimum Expired
128 KB
Test results for Linux-3.9 min-all-deps Expired
180 KB
Test results for Windows-3.12 Expired
166 KB
Test results for Windows-3.9 Expired
165 KB
Test results for macOS-3.12 Expired
161 KB
Test results for macOS-3.9 Expired
161 KB