Skip to content

Commit

Permalink
Remove xfail from passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Aug 24, 2024
1 parent 5ea2b2d commit 0556779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tensor/test_extra_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ def test_perform(self, axis, n):
g = pytensor.function([x], diff(x, n=n, axis=axis))
assert np.allclose(np.diff(a, n=n, axis=axis), g(a))

@pytest.mark.xfail(reason="Subtensor shape cannot be inferred correctly")
@pytest.mark.parametrize(
"x_type",
(
Expand Down

0 comments on commit 0556779

Please sign in to comment.