feat: named axis for ak.Array
#2970
Annotations
10 errors
tests\test_0008_slices_and_getitem.py#L96
test_numpyarray_getitem_next
DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
|
tests\test_0008_slices_and_getitem.py#L141
test_numpyarray_getitem_next_2
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests\test_0011_listarray.py#L319
test_listarray_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests\test_0011_listarray.py#L377
test_listoffsetarray_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests\test_0011_listarray.py#L398
test_listarray_listoffsetarray_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests\test_0020_support_unsigned_indexes.py#L294
test_listarray_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests\test_0020_support_unsigned_indexes.py#L364
test_listoffsetarray_array
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
|
tests\test_0021_emptyarray.py#L85
test_getitem
DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
|
tests\test_0021_emptyarray.py#L155
test_from_json_getitem
DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
This error occurred while attempting to slice
<Array [[], [[], []], [[], [], []]] type='3 * var * var * unknown'>
with
(2, 1, array([], dtype=int64))
|
tests\test_0024_use_regular_array.py#L16
test_empty_array_slice
DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
This error occurred while attempting to slice
<Array [[], [[], []], [[], [], []]] type='3 * var * var * unknown'>
with
(2, 1, array([], dtype=int64))
|
This job failed
Loading