Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed May 2, 2024
1 parent e23dda5 commit e8cf5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpnp/dpnp_iface_trigonometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,8 +1448,8 @@ def reduce_hypot(x, /, *, axis=None, dtype=None, keepdims=False, out=None):
return dpnp_wrap_reduction_call(
x,
out,
dpt.logsumexp,
reduce_hypot,
dpt.reduce_hypot,
_get_accumulation_res_dt,
usm_x,
axis=axis,
dtype=dtype,
Expand Down

0 comments on commit e8cf5e5

Please sign in to comment.