Add support for Array API in NamedArray #10216
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: pull_request
detect ci trigger
5s
Event File
8s
Matrix: test
Annotations
100 errors
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_dataarray.py#L851
TestDataArray.test_setitem_vectorized
ValueError: <Default.token: 0> not found in array dimensions ('a', 'u', 'v', 'd')
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coarsen.py#L244
test_coarsen_da_reduce[numpy-sum-1-1]
ValueError: <Default.token: 0> not found in array dimensions ('a', 'time', 'x')
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coarsen.py#L244
test_coarsen_da_reduce[numpy-sum-1-2]
ValueError: <Default.token: 0> not found in array dimensions ('time',)
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coarsen.py#L244
test_coarsen_da_reduce[numpy-sum-2-1]
ValueError: <Default.token: 0> not found in array dimensions ('a', 'time', 'x')
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.9 bare-minimum:
xarray/tests/test_coarsen.py#L244
test_coarsen_da_reduce[numpy-sum-2-2]
ValueError: <Default.token: 0> not found in array dimensions ('time',)
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L819
TestScipyFilePath.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.9 min-all-deps:
xarray/tests/test_backends.py#L819
TestNetCDF3ViaNetCDF4Data.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_accessor_str.py#L566
test_extract_extractall_findall_empty_raises[str]
AssertionError: Regex pattern did not match.
Regex: 'No capture groups found in pattern.'
Input: "<Default.token: 0> not found in array dimensions ('X', 'Y')"
|
ubuntu-latest py3.10 all-but-dask:
xarray/tests/test_calendar_ops.py#L34
test_convert_calendar[standard-noleap-None-D]
ValueError: <Default.token: 0> not found in array dimensions ('time',)
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.9:
xarray/tests/test_backends.py#L819
TestScipyFilePath.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.9:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
macos-latest py3.9:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.9:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.9:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.9:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.9:
xarray/tests/test_backends.py#L819
TestScipyFilePath.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.9:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.9:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.9:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
macos-latest py3.9:
xarray/tests/test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.9:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
macos-latest py3.11:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.11:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.11:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.11:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.11:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.11:
xarray/tests/test_backends.py#L819
TestScipyFilePath.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.11:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
macos-latest py3.11:
xarray/tests/test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
macos-latest py3.11:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
macos-latest py3.11:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.11:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.11:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.11:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.11:
xarray/tests/test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.11:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.11:
xarray/tests/test_backends.py#L819
TestScipyFilePath.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.11:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.11:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.11:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.11:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_backends.py#L819
TestScipyFilePath.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
ubuntu-latest py3.10 flaky:
xarray/tests/test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
windows-latest py3.9:
xarray\tests\test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.9:
xarray\tests\test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
windows-latest py3.9:
xarray\tests\test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
windows-latest py3.9:
xarray\tests\test_accessor_str.py#L567
test_extract_extractall_findall_empty_raises[str]
AssertionError: Regex pattern did not match.
Regex: 'No capture groups found in pattern.'
Input: "<Default.token: 0> not found in array dimensions ('X', 'Y')"
|
windows-latest py3.11:
xarray\tests\test_backends.py#L819
TestDask.test_dropna
NameError: name 'reveal_type' is not defined
|
windows-latest py3.11:
xarray\tests\test_backends.py#L819
TestScipyInMemoryData.test_dropna
NameError: name 'reveal_type' is not defined
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L181
test_contains_broadcast[str]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L181
test_contains_broadcast[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L419
test_replace_callable
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L444
test_replace_unicode
ValueError: <Default.token: 0> not found in array dimensions ('Y',)
|
windows-latest py3.11:
xarray\tests\test_backends.py#L819
TestScipyFileObject.test_dropna
NameError: name 'reveal_type' is not defined
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L468
test_replace_compiled_regex[str]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L468
test_replace_compiled_regex[bytes]
ValueError: <Default.token: 0> not found in array dimensions ('y',)
|
windows-latest py3.11:
xarray\tests\test_accessor_str.py#L566
test_extract_extractall_findall_empty_raises[str]
AssertionError: Regex pattern did not match.
Regex: 'No capture groups found in pattern.'
Input: "<Default.token: 0> not found in array dimensions ('X', 'Y')"
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
Expired
|
27.1 KB |
|
Test results for Linux-3.10
Expired
|
14.7 MB |
|
Test results for Linux-3.11
Expired
|
14.7 MB |
|
Test results for Linux-3.9
Expired
|
14.7 MB |
|
Test results for Windows-3.11
Expired
|
13.9 MB |
|
Test results for Windows-3.9
Expired
|
14.5 MB |
|
Test results for macOS-3.11
Expired
|
14.7 MB |
|
Test results for macOS-3.9
Expired
|
14.7 MB |
|