Skip to content

Commit

Permalink
【Fix PIR Unittest No.428】Deprecate test_block_rename_var ut (Paddle…
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored and co63oc committed May 10, 2024
1 parent b9db706 commit 5704a3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

class TestBlockRenameVar(unittest.TestCase):
def setUp(self):
paddle.enable_static()
self.program = paddle.static.Program()
self.block = self.program.current_block()
self.var = self.block.create_var(
Expand Down
1 change: 0 additions & 1 deletion tools/static_mode_white_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

STATIC_MODE_TESTING_LIST = [
'test_affine_channel_op',
'test_block_rename_var',
'test_transfer_dtype_op',
'test_transfer_layout_op',
'test_concat_op',
Expand Down

0 comments on commit 5704a3f

Please sign in to comment.