Skip to content

Commit 632d164

Browse files
authored
Fix float_power
1 parent 6716583 commit 632d164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,8 +1457,8 @@ def ediff1d(x1, to_end=None, to_begin=None):
14571457
ufi._float_power_result_type,
14581458
ti._pow,
14591459
_FLOAT_POWER_DOCSTRING,
1460-
mkl_fn_to_call=vmi._mkl_pow_to_call,
1461-
mkl_impl_fn=vmi._pow,
1460+
mkl_fn_to_call="_mkl_pow_to_call",
1461+
mkl_impl_fn="_pow",
14621462
binary_inplace_fn=ti._pow_inplace,
14631463
)
14641464

0 commit comments

Comments
 (0)