feat: named axis for ak.Array
#2941
Annotations
10 errors
Test non-kernels (Python):
tests/test_0021_emptyarray.py#L149
test_from_json_getitem
NotImplementedError:
See if this has been reported at https://github.com/scikit-hep/awkward/issues
|
Test non-kernels (Python):
tests/test_0028_add_dressed_types.py#L115
test_string2
assert "<Array [104, 101, 121] type='3 * char'>" == "'hey'"
- 'hey'
+ <Array [104, 101, 121] type='3 * char'>
|
Test non-kernels (Python):
tests/test_0049_distinguish_record_and_recordarray_behaviors.py#L30
test
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [[<1 [1.1]>, <2 [2, 0.2]>], ..., [{...}]] type='3 * var * P'>
with
(0, 0)
|
Test non-kernels (Python):
tests/test_0107_assign_fields_to_records.py#L135
test_withfield
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 1}, {x: 2}, {x: 3}] type='3 * {x: int64}'>
with
2
|
Test non-kernels (Python):
tests/test_0115_generic_reducer_operation.py#L2155
test_nonreducers
RecursionError: maximum recursion depth exceeded while calling a Python object
This error occurred while attempting to slice
repr-raised-RecursionError
with
0
|
Test non-kernels (Python):
tests/test_0118_numba_cpointers.py#L432
test_RecordView_unbox_box
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 0, y: []}, ..., {x: 4.4, ...}] type='5 * {x: float64, y: va...'>
with
3
|
Test non-kernels (Python):
tests/test_0118_numba_cpointers.py#L464
test_RecordView_refcount
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 0, y: []}, ..., {x: 4.4, ...}] type='5 * {x: float64, y: va...'>
with
3
|
Test non-kernels (Python):
tests/test_0118_numba_cpointers.py#L545
test_Record_getitem
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 0, y: []}, ..., {x: 4.4, ...}] type='5 * {x: float64, y: va...'>
with
3
|
Test non-kernels (Python):
tests/test_0124_strings_in_numba.py#L21
test_string
AssertionError:
See if this has been reported at https://github.com/scikit-hep/awkward/issues
|
Test non-kernels (Python):
tests/test_0124_strings_in_numba.py#L44
test_bytestring
AssertionError:
See if this has been reported at https://github.com/scikit-hep/awkward/issues
|
Loading