Skip to content

Commit b4258f6

Browse files
committed
implement nanargmax, nanargmin, nanmax, nanmin
1 parent d9c1ca1 commit b4258f6

13 files changed

+531
-182
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def _append_to_diff_array(a, axis, combined, values):
133133
134134
Scalar value (including case with 0d array) is expanded to an array
135135
with length=1 in the direction of axis and the shape of the input array `a`
136-
in along all other axes.
137-
Note, if `values` is a scalar. then it is converted to 0d array allocating
136+
along all other axes.
137+
Note, if `values` is a scalar, then it is converted to 0d array allocating
138138
on the same SYCL queue as the input array `a` and with the same USM type.
139139
140140
"""

0 commit comments

Comments
 (0)