提交 971b5251 编写于 作者: F fengjiayi

do some updates in code to trigger the CI

上级 aff9295b
...@@ -64,9 +64,7 @@ exe = fluid.Executor(place) ...@@ -64,9 +64,7 @@ exe = fluid.Executor(place)
[res1, res2] = exe.run(prog, fetch_list=[out1, out2]) [res1, res2] = exe.run(prog, fetch_list=[out1, out2])
test_pass = res1.shape == (10, 2) and res2.shape == (10, 1) if not (res1.shape == (10, 2) and res2.shape == (10, 1)):
if not test_pass:
exit(1) exit(1)
exit(0) exit(0)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册