Skip to content

Commit ddf5405

Browse files
committed
Uint test seems to pass now
1 parent 4f9c9bb commit ddf5405

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tensor/test_math.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ def _grad_list(self):
14121412
"uint8",
14131413
"uint16",
14141414
"uint32",
1415-
pytest.param("uint64", marks=pytest.mark.xfail(reason="Fails due to #770")),
1415+
"uint64",
14161416
),
14171417
)
14181418
def test_uint(self, dtype):
@@ -1428,7 +1428,6 @@ def test_uint(self, dtype):
14281428
i_max = eval_outputs(max(n))
14291429
assert i_max == itype.max
14301430

1431-
@pytest.mark.xfail(reason="Fails due to #770")
14321431
def test_uint64_special_value(self):
14331432
"""Example from issue #770"""
14341433
dtype = "uint64"

0 commit comments

Comments
 (0)