feat: named axis for ak.Array
#3014
Triggered via pull request
October 3, 2024 13:10
Status
Cancelled
Total duration
15m 17s
Artifacts
–
Annotations
7 errors
Run Tests (3.9, x86, windows-latest, full):
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'>
)
|
Run Tests (3.9, x86, windows-latest, full)
Process completed with exit code 1.
|
Run Tests (3.9, x86, windows-latest, numpy1):
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'>
)
|
Run Tests (3.9, x86, windows-latest, numpy1)
Process completed with exit code 1.
|
Run Tests (macos-13, 3.8, x64, full)
Canceling since a higher priority waiting request for 'test-feat/named_axes' exists
|
Run Tests (macos-13, 3.8, x64, full)
The operation was canceled.
|
pass-tests
Process completed with exit code 1.
|