Skip to content

Commit 7d47e37

Browse files
committed
Fixed a typo
1 parent e23dda5 commit 7d47e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ def reduce_hypot(x, /, *, axis=None, dtype=None, keepdims=False, out=None):
14491449
x,
14501450
out,
14511451
dpt.logsumexp,
1452-
reduce_hypot,
1452+
_get_accumulation_res_dt,
14531453
usm_x,
14541454
axis=axis,
14551455
dtype=dtype,

0 commit comments

Comments
 (0)