feat: named axis for ak.Array
#2970
Triggered via pull request
September 20, 2024 17:51
Status
Failure
Total duration
16m 42s
Artifacts
–
Annotations
241 errors
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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.
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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()
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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()
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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()
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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()
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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()
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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()
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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.
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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))
|
Run Tests (pypy3.9, x64, ubuntu-latest, pypy):
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))
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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.
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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()
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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()
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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()
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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()
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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()
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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()
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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.
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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))
|
Run Tests (3.8, x64, ubuntu-latest, minimal):
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))
|
Linux-ROOT:
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.
|
Linux-ROOT:
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()
|
Linux-ROOT:
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()
|
Linux-ROOT:
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()
|
Linux-ROOT:
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()
|
Linux-ROOT:
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()
|
Linux-ROOT:
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()
|
Linux-ROOT:
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.
|
Linux-ROOT:
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))
|
Linux-ROOT:
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))
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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.
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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()
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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()
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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()
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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()
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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()
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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()
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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.
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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))
|
Run Tests (3.11, x64, ubuntu-latest, ml):
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))
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.13, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.10, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.11, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.8, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.9, x64, full):
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))
|
Run Tests (3.9, x86, windows-latest, numpy1):
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.
|
Run Tests (3.9, x86, windows-latest, numpy1):
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()
|
Run Tests (3.9, x86, windows-latest, numpy1):
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()
|
Run Tests (3.9, x86, windows-latest, numpy1):
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()
|
Run Tests (3.9, x86, windows-latest, numpy1):
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()
|
Run Tests (3.9, x86, windows-latest, numpy1):
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()
|
Run Tests (3.9, x86, windows-latest, numpy1):
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()
|
Run Tests (3.9, x86, windows-latest, numpy1):
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.
|
Run Tests (3.9, x86, windows-latest, numpy1):
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))
|
Run Tests (3.9, x86, windows-latest, numpy1):
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))
|
Run Tests (3.9, x86, windows-latest, full):
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.
|
Run Tests (3.9, x86, windows-latest, full):
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()
|
Run Tests (3.9, x86, windows-latest, full):
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()
|
Run Tests (3.9, x86, windows-latest, full):
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()
|
Run Tests (3.9, x86, windows-latest, full):
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()
|
Run Tests (3.9, x86, windows-latest, full):
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()
|
Run Tests (3.9, x86, windows-latest, full):
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()
|
Run Tests (3.9, x86, windows-latest, full):
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.
|
Run Tests (3.9, x86, windows-latest, full):
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))
|
Run Tests (3.9, x86, windows-latest, full):
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))
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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()
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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.
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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))
|
Run Tests (ubuntu-latest, 3.12, x64, full):
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))
|
Run Tests (macos-13, 3.13, x64, full):
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.
|
Run Tests (macos-13, 3.13, x64, full):
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()
|
Run Tests (macos-13, 3.13, x64, full):
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()
|
Run Tests (macos-13, 3.13, x64, full):
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()
|
Run Tests (macos-13, 3.13, x64, full):
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()
|
Run Tests (macos-13, 3.13, x64, full):
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()
|
Run Tests (macos-13, 3.13, x64, full):
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()
|
Run Tests (macos-13, 3.13, x64, full):
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.
|
Run Tests (macos-13, 3.13, x64, full):
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))
|
Run Tests (macos-13, 3.13, x64, full):
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))
|
Run Tests (macos-13, 3.10, x64, full):
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.
|
Run Tests (macos-13, 3.10, x64, full):
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()
|
Run Tests (macos-13, 3.10, x64, full):
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()
|
Run Tests (macos-13, 3.10, x64, full):
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()
|
Run Tests (macos-13, 3.10, x64, full):
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()
|
Run Tests (macos-13, 3.10, x64, full):
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()
|
Run Tests (macos-13, 3.10, x64, full):
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()
|
Run Tests (macos-13, 3.10, x64, full):
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.
|
Run Tests (macos-13, 3.10, x64, full):
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))
|
Run Tests (macos-13, 3.10, x64, full):
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))
|
Run Tests (macos-13, 3.11, x64, full):
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.
|
Run Tests (macos-13, 3.11, x64, full):
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()
|
Run Tests (macos-13, 3.11, x64, full):
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()
|
Run Tests (macos-13, 3.11, x64, full):
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()
|
Run Tests (macos-13, 3.11, x64, full):
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()
|
Run Tests (macos-13, 3.11, x64, full):
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()
|
Run Tests (macos-13, 3.11, x64, full):
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()
|
Run Tests (macos-13, 3.11, x64, full):
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.
|
Run Tests (macos-13, 3.11, x64, full):
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))
|
Run Tests (macos-13, 3.11, x64, full):
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))
|
Run Tests (windows-latest, 3.11, x64, full):
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.
|
Run Tests (windows-latest, 3.11, x64, full):
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()
|
Run Tests (windows-latest, 3.11, x64, full):
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()
|
Run Tests (windows-latest, 3.11, x64, full):
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()
|
Run Tests (windows-latest, 3.11, x64, full):
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()
|
Run Tests (windows-latest, 3.11, x64, full):
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()
|
Run Tests (windows-latest, 3.11, x64, full):
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()
|
Run Tests (windows-latest, 3.11, x64, full):
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.
|
Run Tests (windows-latest, 3.11, x64, full):
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))
|
Run Tests (windows-latest, 3.11, x64, full):
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))
|
Run Tests (windows-latest, 3.10, x64, full):
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.
|
Run Tests (windows-latest, 3.10, x64, full):
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()
|
Run Tests (windows-latest, 3.10, x64, full):
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()
|
Run Tests (windows-latest, 3.10, x64, full):
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()
|
Run Tests (windows-latest, 3.10, x64, full):
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()
|
Run Tests (windows-latest, 3.10, x64, full):
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()
|
Run Tests (windows-latest, 3.10, x64, full):
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()
|
Run Tests (windows-latest, 3.10, x64, full):
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.
|
Run Tests (windows-latest, 3.10, x64, full):
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))
|
Run Tests (windows-latest, 3.10, x64, full):
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))
|
Run Tests (windows-latest, 3.12, x64, full):
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.
|
Run Tests (windows-latest, 3.12, x64, full):
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()
|
Run Tests (windows-latest, 3.12, x64, full):
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()
|
Run Tests (windows-latest, 3.12, x64, full):
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()
|
Run Tests (windows-latest, 3.12, x64, full):
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()
|
Run Tests (windows-latest, 3.12, x64, full):
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()
|
Run Tests (windows-latest, 3.12, x64, full):
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()
|
Run Tests (windows-latest, 3.12, x64, full):
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.
|
Run Tests (windows-latest, 3.12, x64, full):
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))
|
Run Tests (windows-latest, 3.12, x64, full):
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))
|
Run Tests (macos-13, 3.12, x64, full):
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.
|
Run Tests (macos-13, 3.12, x64, full):
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()
|
Run Tests (macos-13, 3.12, x64, full):
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()
|
Run Tests (macos-13, 3.12, x64, full):
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()
|
Run Tests (macos-13, 3.12, x64, full):
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()
|
Run Tests (macos-13, 3.12, x64, full):
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()
|
Run Tests (macos-13, 3.12, x64, full):
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()
|
Run Tests (macos-13, 3.12, x64, full):
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.
|
Run Tests (macos-13, 3.12, x64, full):
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))
|
Run Tests (macos-13, 3.12, x64, full):
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))
|
Run Tests (windows-latest, 3.8, x64, full):
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.
|
Run Tests (windows-latest, 3.8, x64, full):
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()
|
Run Tests (windows-latest, 3.8, x64, full):
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()
|
Run Tests (windows-latest, 3.8, x64, full):
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()
|
Run Tests (windows-latest, 3.8, x64, full):
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()
|
Run Tests (windows-latest, 3.8, x64, full):
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()
|
Run Tests (windows-latest, 3.8, x64, full):
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()
|
Run Tests (windows-latest, 3.8, x64, full):
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.
|
Run Tests (windows-latest, 3.8, x64, full):
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))
|
Run Tests (windows-latest, 3.8, x64, full):
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))
|
Run Tests (macos-13, 3.8, x64, full):
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.
|
Run Tests (macos-13, 3.8, x64, full):
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()
|
Run Tests (macos-13, 3.8, x64, full):
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()
|
Run Tests (macos-13, 3.8, x64, full):
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()
|
Run Tests (macos-13, 3.8, x64, full):
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()
|
Run Tests (macos-13, 3.8, x64, full):
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()
|
Run Tests (macos-13, 3.8, x64, full):
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()
|
Run Tests (macos-13, 3.8, x64, full):
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.
|
Run Tests (macos-13, 3.8, x64, full):
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))
|
Run Tests (macos-13, 3.8, x64, full):
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))
|
Run Tests (windows-latest, 3.9, x64, full):
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.
|
Run Tests (windows-latest, 3.9, x64, full):
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()
|
Run Tests (windows-latest, 3.9, x64, full):
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()
|
Run Tests (windows-latest, 3.9, x64, full):
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()
|
Run Tests (windows-latest, 3.9, x64, full):
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()
|
Run Tests (windows-latest, 3.9, x64, full):
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()
|
Run Tests (windows-latest, 3.9, x64, full):
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()
|
Run Tests (windows-latest, 3.9, x64, full):
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.
|
Run Tests (windows-latest, 3.9, x64, full):
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))
|
Run Tests (windows-latest, 3.9, x64, full):
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))
|
Run Tests (windows-latest, 3.13, x64, full):
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.
|
Run Tests (windows-latest, 3.13, x64, full):
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()
|
Run Tests (windows-latest, 3.13, x64, full):
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()
|
Run Tests (windows-latest, 3.13, x64, full):
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()
|
Run Tests (windows-latest, 3.13, x64, full):
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()
|
Run Tests (windows-latest, 3.13, x64, full):
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()
|
Run Tests (windows-latest, 3.13, x64, full):
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()
|
Run Tests (windows-latest, 3.13, x64, full):
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.
|
Run Tests (windows-latest, 3.13, x64, full):
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))
|
Run Tests (windows-latest, 3.13, x64, full):
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))
|
Run Tests (macos-13, 3.9, x64, full):
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.
|
Run Tests (macos-13, 3.9, x64, full):
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()
|
Run Tests (macos-13, 3.9, x64, full):
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()
|
Run Tests (macos-13, 3.9, x64, full):
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()
|
Run Tests (macos-13, 3.9, x64, full):
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()
|
Run Tests (macos-13, 3.9, x64, full):
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()
|
Run Tests (macos-13, 3.9, x64, full):
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()
|
Run Tests (macos-13, 3.9, x64, full):
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.
|
Run Tests (macos-13, 3.9, x64, full):
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))
|
Run Tests (macos-13, 3.9, x64, full):
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))
|
pass-tests
Process completed with exit code 1.
|