Skip to content

Commit f185091

Browse files
committed
Add axis to docstring for _replace_nan_test_axis
1 parent 0494853 commit f185091

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/dpnp_iface_nanfunctions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def _replace_nan_test_axis(a, val, axis):
105105
Input array.
106106
val : float
107107
NaN values are set to `val` before doing the operation.
108+
axis : int
109+
Axis along which to test for all-NaN slices.
108110
109111
Returns
110112
-------

0 commit comments

Comments
 (0)