Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2742195759 committed Jun 22, 2022
1 parent 920d882 commit 7701053
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def visit_FunctionDef(self, node):
scope = node.pd_scope
expected = self.ans.get(node.name, set())
assert scope.created_vars() == expected, "Not Equals."
self.generic_visit(node)


def test_normal_0(x):
Expand Down Expand Up @@ -110,7 +111,7 @@ def init_dygraph_func(self):
'test_nonlocal': set('i')
},
{
'func': set('i'),
'func': set({'i'}),
},
{
'func': set('i'),
Expand Down

1 comment on commit 7701053

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 7701053 Jun 22, 2022

Choose a reason for hiding this comment

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

🕵️ CI failures summary

🔍 PR: #43713 Commit ID: 7701053 contains failed CI.

🔹 Failed: PR-CI-ROCM-Compile

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Kunlun

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Kunlun-KP-Build

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-NPU

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Windows

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-CINN

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-infrt

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-iScan-Python

Unknown Failed
Unknown Failed

Please sign in to comment.