From 6fef392f14f205ba82fb240824b0d0a9fb026a6d Mon Sep 17 00:00:00 2001 From: Zhan Rongrui <2742392377@qq.com> Date: Mon, 25 Sep 2023 08:54:26 +0000 Subject: [PATCH] fix codestyle --- test/legacy_test/test_tile_op.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/legacy_test/test_tile_op.py b/test/legacy_test/test_tile_op.py index 92bd7d4225c522..40dc04b0537707 100644 --- a/test/legacy_test/test_tile_op.py +++ b/test/legacy_test/test_tile_op.py @@ -293,7 +293,9 @@ def if_enable_cinn(self): def test_check_output(self): place = core.CUDAPlace(0) - self.check_output_with_place(place, check_cinn=self.check_cinn, check_new_ir=True) + self.check_output_with_place( + place, check_cinn=self.check_cinn, check_new_ir=True + ) def init_data(self): self.dtype = np.uint16 @@ -302,7 +304,9 @@ def init_data(self): def test_check_grad(self): place = core.CUDAPlace(0) - self.check_grad_with_place(place, ['X'], 'Out', check_prim=True, check_new_ir=True) + self.check_grad_with_place( + place, ['X'], 'Out', check_prim=True, check_new_ir=True + ) # Situation 5: input x is Bool