Skip to content

feat: named axis for ak.Array #3018

feat: named axis for ak.Array

feat: named axis for ak.Array #3018

Triggered via pull request October 3, 2024 15:44
Status Failure
Total duration 38m 17s
Artifacts

test.yml

on: pull_request
Matrix: Run Tests
pass-tests
1s
pass-tests
Fit to window
Zoom out
Zoom in

Annotations

5 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.
pass-tests
Process completed with exit code 1.