feat: named axis for ak.Array
#3006
Annotations
2 errors
tests\test_2596_named_axis.py#L232
test_named_axis_right_broadcasting
AssertionError: assert {'y': -3, 'x': -1} == {'y': -2, 'x': -1}
Common items:
{'x': -1}
Differing items:
{'y': -3} != {'y': -2}
Full diff:
{
'x': -1,
- 'y': -2,
? ^
+ 'y': -3,
? ^
}
|
|
The logs for this run have expired and are no longer available.
Loading