ci: fix oldest-supported-dependencies test workflow #1638
Annotations
10 errors
tests/test_0002_minimal_listarray.py#L60
test
AttributeError: 'numpy.ufunc' object has no attribute 'resolve_dtypes'
|
tests/test_0008_slices_and_getitem.py#L70
test_numpyarray_getitem_next
AttributeError: 'numpy.ufunc' object has no attribute 'resolve_dtypes'
|
tests/test_0011_listarray.py#L25
test_listarray_basic
TypeError: _array_equal_dispatcher() got an unexpected keyword argument 'equal_nan'
This error occurred while calling
ak.to_list(
<Array [[1.1, 2.2, 3.3], ..., [7.7, ..., 9.9]] type='5 * var * float64'>
)
|
tests/test_0011_listarray.py#L52
test_listoffsetarray_basic
TypeError: _count_nonzero_dispatcher() got an unexpected keyword argument 'keepdims'
This error occurred while calling
ak.to_list(
<Array [[1.1, 2.2, 3.3], ..., [7.7, ..., 9.9]] type='5 * var * float64'>
)
|
tests/test_0011_listarray.py#L105
test_listarray_slice
TypeError: _array_equal_dispatcher() got an unexpected keyword argument 'equal_nan'
This error occurred while calling
ak.to_list(
<Array [[], [4.4, 5.5], [6.6]] type='3 * var * float64'>
)
|
tests/test_0011_listarray.py#L119
test_listoffsetarray_slice
TypeError: _count_nonzero_dispatcher() got an unexpected keyword argument 'keepdims'
This error occurred while calling
ak.to_list(
<Array [[], [4.4, 5.5], [6.6]] type='3 * var * float64'>
)
|
tests/test_0011_listarray.py#L132
test_listarray_slice_slice
TypeError: _array_equal_dispatcher() got an unexpected keyword argument 'equal_nan'
This error occurred while calling
ak.to_list(
<Array [[4.4, 5.5], ..., [7.7, 8.8, 9.9]] type='3 * var * float64'>
)
|
tests/test_0011_listarray.py#L143
test_listoffsetarray_slice_slice
TypeError: _count_nonzero_dispatcher() got an unexpected keyword argument 'keepdims'
This error occurred while calling
ak.to_list(
<Array [[4.4, 5.5], ..., [7.7, 8.8, 9.9]] type='3 * var * float64'>
)
|
tests/test_0011_listarray.py#L155
test_listarray_ellipsis
TypeError: _count_nonzero_dispatcher() got an unexpected keyword argument 'keepdims'
This error occurred while calling
ak.to_list(
<Array [[2.2, 3.3], [], ..., [], [8.8, 9.9]] type='5 * var * float64'>
)
|
tests/test_0011_listarray.py#L176
test_listoffsetarray_ellipsis
TypeError: _count_nonzero_dispatcher() got an unexpected keyword argument 'keepdims'
This error occurred while calling
ak.to_list(
<Array [[2.2, 3.3], [], ..., [], [8.8, 9.9]] type='5 * var * float64'>
)
|
The logs for this run have expired and are no longer available.
Loading