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

Fix test error message

上级 a180b88e
......@@ -686,7 +686,7 @@ class TestOpFromGraph(unittest_tools.InferShapeTester):
with pytest.raises(
ValueError,
match="There following variables were provided more than once as inputs to the "
match="The following variables were provided more than once as inputs to the "
"OpFromGraph",
):
OpFromGraph([x, x, y], [x + y])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论