Skip to content

Commit 92f5ae5

Browse files
committed
add to assume_unique documentation
1 parent 9e67af0 commit 92f5ae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dpnp/dpnp_iface_logic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,9 @@ def isin(element, test_elements, assume_unique=False, invert=False):
12141214
The values against which to test each value of `element`.
12151215
This argument is flattened if it is an array.
12161216
assume_unique : bool, optional
1217-
Ignored
1217+
Ignored, as no performance benefit is gained by assuming the
1218+
input arrays are unique. Included for compatibility with NumPy.
1219+
Default: ``False``.
12181220
invert : bool, optional
12191221
If ``True``, the values in the returned array are inverted, as if
12201222
calculating `element not in test_elements`.

0 commit comments

Comments
 (0)