Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/cocoshe/Paddle into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoshe committed Nov 16, 2023
2 parents b923632 + 0413912 commit ed681d1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/legacy_test/test_copysign_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed681d1

Please sign in to comment.