Skip to content

Commit e9f58c9

Browse files
committed
Remove xfail from passing test
1 parent b2e0205 commit e9f58c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tensor/test_extra_ops.py

-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ def test_perform(self, axis, n):
329329
g = pytensor.function([x], diff(x, n=n, axis=axis))
330330
assert np.allclose(np.diff(a, n=n, axis=axis), g(a))
331331

332-
@pytest.mark.xfail(reason="Subtensor shape cannot be inferred correctly")
333332
@pytest.mark.parametrize(
334333
"x_type",
335334
(

0 commit comments

Comments
 (0)