Skip to content

Commit b39d147

Browse files
committed
Merge branch 'release/1.0.0' of ssh.github.com:seiriosPlus/Paddle into release/1.0.0
2 parents 008ab08 + 6756e8c commit b39d147

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)