Skip to content

Commit

Permalink
remove codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius84 committed May 18, 2021
1 parent 6af15eb commit bb3cb69
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ def test_list_append_in_for_loop(x, iter_num):
return a[0]


paddle.jit.set_code_level(100)


def test_list_append_in_for_subscript(x):
x = fluid.dygraph.to_variable(x)
iter_num = paddle.shape(x)[0]
a = []
# import pdb
# pdb.set_trace()
for i in range(iter_num):
x = x + 1
a.append(x)
Expand Down

1 comment on commit bb3cb69

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.