From 04139121365627d58f9b7f607d37619b0a9809e5 Mon Sep 17 00:00:00 2001 From: coco <1228759711@qq.com> Date: Thu, 16 Nov 2023 10:12:39 +0000 Subject: [PATCH] fix test --- test/legacy_test/test_copysign_op.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/legacy_test/test_copysign_op.py b/test/legacy_test/test_copysign_op.py index f0b181301710e..69c405c17eb62 100644 --- a/test/legacy_test/test_copysign_op.py +++ b/test/legacy_test/test_copysign_op.py @@ -100,16 +100,6 @@ def test_dygraph_api(self): paddle.enable_static() -class TestCopySignCPU(TestCopySignAPI): - def place_init(self): - self.place = paddle.CPUPlace() - - -class TestCopySignGPU(TestCopySignAPI): - def place_init(self): - self.place = paddle.CUDAPlace(0) - - class TestCopySignInt32(TestCopySignAPI): def input_init(self): dtype = np.int32