提交 4fee2746 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Suppress test value warnings in JAX tests

上级 bf752d81
...@@ -14,7 +14,7 @@ from theano.gof.op import get_test_value # noqa: E402 ...@@ -14,7 +14,7 @@ from theano.gof.op import get_test_value # noqa: E402
@pytest.fixture(scope="module", autouse=True) @pytest.fixture(scope="module", autouse=True)
def set_theano_flags(): def set_theano_flags():
with theano.change_flags(cxx="", compute_test_value="warn"): with theano.change_flags(cxx="", compute_test_value="ignore"):
yield yield
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论