Skip to content

Commit 6b07a6e

Browse files
XFAIL pytensor tests for uint64 data type
1 parent 8c29314 commit 6b07a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tensor/test_math.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,7 @@ def _grad_list(self):
13941394
# check_grad_max(data, eval_outputs(grad(max_and_argmax(n,
13951395
# axis=1)[0], n)),axis=1)
13961396

1397+
@pytest.mark.xfail(reason="Fails due to #770")
13971398
def test_uint(self):
13981399
for dtype in ("uint8", "uint16", "uint32", "uint64"):
13991400
itype = np.iinfo(dtype)

0 commit comments

Comments
 (0)