Skip to content

Commit

Permalink
delete sin test (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN authored Nov 19, 2024
1 parent 1177e9b commit 874bb1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions framework/api/paddlebase/test_sin.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ def hook(self):
obj1 = TestSin1(paddle.sin)


@pytest.mark.api_base_sin_exception
def test_sin6():
"""
TypeError:x=int32(tensor)
"""
x = np.array([3.3, -3.1])
obj1.exception(mode="c", etype="NotFoundError", x=x)
# @pytest.mark.api_base_sin_exception
# def test_sin6():
# """
# TypeError:x=int32(tensor)
# """
# x = np.array([3.3, -3.1])
# obj1.exception(mode="c", etype="NotFoundError", x=x)


@pytest.mark.api_base_sin_exception
Expand Down

0 comments on commit 874bb1f

Please sign in to comment.