Skip to content

Commit 9030a65

Browse files
authored
Merge pull request #8358 from JiayiFeng/test_ci_and_update_AUTHORS.md
test CI and update AUTHORS.md
2 parents d38b869 + 17a993b commit 9030a65

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
|---|---|
33
| backyes | Yan-Fei Wang |
44
| beckett1124 | Bin Qi |
5-
| Canpio | Jia-Yi Feng |
5+
| JiayiFeng | Jia-Yi Feng |
66
| chengxiaohua1105 | Xiao-Hua Cheng |
77
| cxwangyi, yiwangbaidu, wangkuiyi | Yi Wang |
88
| cxysteven | Xing-Yi Cheng |

python/paddle/v2/fluid/tests/test_cpp_reader.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464

6565
[res1, res2] = exe.run(prog, fetch_list=[out1, out2])
6666

67-
test_pass = res1.shape == (10, 2) and res2.shape == (10, 1)
68-
69-
if not test_pass:
67+
if not (res1.shape == (10, 2) and res2.shape == (10, 1)):
7068
exit(1)
7169

7270
exit(0)

0 commit comments

Comments
 (0)