ci: fix oldest-supported-dependencies test workflow #1641
Annotations
11 errors
|
tests/test_0072_fillna_operation.py#L39
test_fillna_numpy_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests/test_0072_fillna_operation.py#L80
test_fillna_regular_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests/test_0072_fillna_operation.py#L133
test_fillna_unionarray
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests/test_0072_fillna_operation.py#L145
test_highlevel
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
This error occurred while calling
ak.fill_none(
<Array [[1.1, 2.2, None, 3.3], ..., [...]] type='3 * var * ?float64'>
999
axis = 1
)
|
tests/test_0074_argsort_and_sort.py#L185
test_IndexedOptionArray
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
This error occurred while calling
ak.argsort(
<Array [[None, None, ..., 1.1, 3.3], ...] type='5 * var * ?float64'>
axis = 0
ascending = True
stable = True
)
|
tests/test_0084_start_unionarray.py#L161
test_getitem
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests/test_0086_nep13_ufunc.py#L170
test_unionarray
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
This error occurred while calling
ak.broadcast_arrays(
<Array [1, 2, 3, [], [4, 5]] type='5 * union[int64, var * int64]'>
<Array [[1.1], [2.2, 2.2], ..., 4.4, 5.5] type='5 * union[var * flo...'>
)
|
tests/test_0089_numpy_functions.py#L335
test_where
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
This error occurred while calling
ak.where(
<Array [False, False, False, ..., True, False, True] type='10 * bool'>
<Array [0, 1.1, 2.2, 3.3, ..., 6.6, 7.7, 8.8, 9.9] type='10 * float64'>
<Array [0, 100, 200, 300, ..., 600, 700, 800, 900] type='10 * int64'>
)
|
tests/test_0093_simplify_uniontypes_and_optiontypes.py#L18
test_numpyarray_merge
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests/test_0093_simplify_uniontypes_and_optiontypes.py#L94
test_regulararray_merge
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
The logs for this run have expired and are no longer available.
Loading