Skip to content

Commit e8cf5e5

Browse files
committed
Fixed a typo
1 parent e23dda5 commit e8cf5e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@ def reduce_hypot(x, /, *, axis=None, dtype=None, keepdims=False, out=None):
14481448
return dpnp_wrap_reduction_call(
14491449
x,
14501450
out,
1451-
dpt.logsumexp,
1452-
reduce_hypot,
1451+
dpt.reduce_hypot,
1452+
_get_accumulation_res_dt,
14531453
usm_x,
14541454
axis=axis,
14551455
dtype=dtype,

0 commit comments

Comments
 (0)