提交 e9f58c9c authored 作者: Ricardo Vieira's avatar Ricardo Vieira 提交者: Ricardo Vieira

Remove xfail from passing test

上级 b2e02053
......@@ -329,7 +329,6 @@ class TestDiff(utt.InferShapeTester):
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",
(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论