Skip to content

Commit 3c65ea1

Browse files
committed
[Auto Parallel] Remove unnecessary statements
1 parent 8697743 commit 3c65ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/auto_parallel/test_while_op_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_completer(self):
202202
completer = Completer(dist_context)
203203
complete_train_program = completer.complete_forward_annotation(
204204
train_program)
205-
print_program_with_dist_attr(complete_train_program, dist_context)
205+
# print_program_with_dist_attr(complete_train_program, dist_context)
206206

207207

208208
if __name__ == "__main__":

0 commit comments

Comments
 (0)