Skip to content

Commit 4ed0d1b

Browse files
committed
add to assume_unique documentation
1 parent 68103fe commit 4ed0d1b

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
@@ -1183,7 +1183,9 @@ def isin(element, test_elements, assume_unique=False, invert=False):
11831183
The values against which to test each value of `element`.
11841184
This argument is flattened if it is an array.
11851185
assume_unique : bool, optional
1186-
Ignored
1186+
Ignored, as no performance benefit is gained by assuming the
1187+
input arrays are unique. Included for compatibility with NumPy.
1188+
Default: ``False``.
11871189
invert : bool, optional
11881190
If ``True``, the values in the returned array are inverted, as if
11891191
calculating `element not in test_elements`.

0 commit comments

Comments
 (0)