Skip to content

Commit 165727a

Browse files
committed
impl elementwise exp and sin
1 parent c0c3674 commit 165727a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/tests/elementwise/test_sin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def test_sin_error_dtype(dtype):
158158
TypeError, "Output array of type.*is needed", dpt.sin, x, y
159159
)
160160

161-
162161
@pytest.mark.parametrize(
163162
"np_call, dpt_call", [(np.sin, dpt.sin), (np.cos, dpt.cos)]
164163
)

0 commit comments

Comments
 (0)