We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9c9bb commit ddf5405Copy full SHA for ddf5405
tests/tensor/test_math.py
@@ -1412,7 +1412,7 @@ def _grad_list(self):
1412
"uint8",
1413
"uint16",
1414
"uint32",
1415
- pytest.param("uint64", marks=pytest.mark.xfail(reason="Fails due to #770")),
+ "uint64",
1416
),
1417
)
1418
def test_uint(self, dtype):
@@ -1428,7 +1428,6 @@ def test_uint(self, dtype):
1428
i_max = eval_outputs(max(n))
1429
assert i_max == itype.max
1430
1431
- @pytest.mark.xfail(reason="Fails due to #770")
1432
def test_uint64_special_value(self):
1433
"""Example from issue #770"""
1434
dtype = "uint64"
0 commit comments