提交 99e9600c authored 作者: Larry Dong's avatar Larry Dong 提交者: Brandon T. Willard

fix pre-commit

上级 1ef78ee2
...@@ -310,7 +310,6 @@ class TestDiff(utt.InferShapeTester): ...@@ -310,7 +310,6 @@ class TestDiff(utt.InferShapeTester):
g = aesara.function([x], diff(x, n=n, axis=axis)) g = aesara.function([x], diff(x, n=n, axis=axis))
assert np.allclose(np.diff(a, n=n, axis=axis), g(a)) assert np.allclose(np.diff(a, n=n, axis=axis), g(a))
@pytest.mark.xfail(reason="Subtensor shape cannot be inferred correctly") @pytest.mark.xfail(reason="Subtensor shape cannot be inferred correctly")
@pytest.mark.parametrize( @pytest.mark.parametrize(
"x_type", "x_type",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论