Skip to content

Commit 636147d

Browse files
committed
remove unused _dpc_funcs from both trig test files
1 parent f6d9043 commit 636147d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dpctl/tests/elementwise/test_hyperbolic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
(np.arctanh, dpt.atanh),
3131
]
3232
_all_funcs = _hyper_funcs + _inv_hyper_funcs
33-
_dpt_funcs = [t[1] for t in _all_funcs]
3433

3534

3635
@pytest.mark.parametrize("np_call, dpt_call", _all_funcs)

dpctl/tests/elementwise/test_trigonometric.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
(np.arctan, dpt.atan),
3131
]
3232
_all_funcs = _trig_funcs + _inv_trig_funcs
33-
_dpt_funcs = [t[1] for t in _all_funcs]
3433

3534

3635
@pytest.mark.parametrize("np_call, dpt_call", _all_funcs)

0 commit comments

Comments
 (0)