Skip to content

Commit 6756e8c

Browse files
authored
Update test_dist_ctr.py
test=release/1.0.0
1 parent da4129f commit 6756e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/test_dist_ctr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _setup_config(self):
2525

2626

2727
def test_dist_ctr(self):
28-
self.check_with_place("dist_ctr.py", delta=1e-7, check_error_log=False)
28+
self.check_with_place("dist_ctr.py", delta=1e-7)
2929

3030

3131
if __name__ == "__main__":

0 commit comments

Comments
 (0)