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_0348_form_keys.py#L196
test_record
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 1.1, y: [1]}, ..., {x: 3.3, ...}] type='3 * {x: float64, y:...'>
with
1
|
Test non-kernels (Python):
tests\test_0511_copy_and_deepcopy.py#L83
test
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 0, y: 0}, ..., {x: 4, ...}] type='5 * {x: int64, y: float64}'>
with
2
|
Test non-kernels (Python):
tests\test_0652_tests_of_complex_numbers.py#L133
test_reducers
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_0652_tests_of_complex_numbers.py#L188
test_minmax
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_0813_full_like_dtype_arg.py#L52
test
TypeError: ak.Record objects are not allowed in this function
This error occurred while attempting to slice
<Array [{x: 12, y: []}, ..., {x: 12, ...}] type='3 * union[{x: int32, y...'>
with
0
|
Loading