Skip to content

Commit 37cfed6

Browse files
authored
chore: check if 32bit right broadcasting test pass again (#3386)
* check if test pass again * remove xfail marker
1 parent e0d5f56 commit 37cfed6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_2596_named_axis.py

-7
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from __future__ import annotations
44

5-
import sys
6-
75
import numpy as np
86
import pytest
97

@@ -375,11 +373,6 @@ def test_negative_named_axis_indexing():
375373
)
376374

377375

378-
@pytest.mark.xfail(
379-
sys.platform == "win32",
380-
reason="right-broadcasting (NumPy-style) behaves differently for 32-bit windows",
381-
strict=False,
382-
)
383376
def test_named_axis_right_broadcasting():
384377
# [NumPy-style] rightbroadcasting: (n, m) -> (1, n, m)
385378
a = ak.Array([1]) # (1,)

0 commit comments

Comments
 (0)