feat: named axis for ak.Array
#3014
Annotations
2 errors
Test non-kernels (Python):
tests\test_2596_named_axis.py#L242
test_named_axis_right_broadcasting
ValueError: Named axes must point to positional axes matching 2 dimensions, got named_axis={'y': -3, 'x': -1}, ndim=2
This error occurred while calling
ak.broadcast_arrays(
<Array [1] y:-1 type='1 * int64'>
<Array [[10, 20], ..., [50, 60]] y:-2,x:-1 type='3 * var * int64'>
)
|
Test non-kernels (Python)
Process completed with exit code 1.
|
Loading