Skip to content

Commit 7ffc115

Browse files
committed
reopen test_dist_ctr test=develop
1 parent 7cfc3c4 commit 7ffc115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ def _setup_config(self):
2525
self._enforce_place = "CPU"
2626

2727
def test_dist_ctr(self):
28-
pass
29-
#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, check_error_log=False)
3029

3130

3231
if __name__ == "__main__":

0 commit comments

Comments
 (0)