Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 20, 2024
1 parent 19551bd commit 6273689
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions esutil/numpy_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1512,8 +1512,9 @@ def match(arr1input, arr2input, presorted=False):
Match two arrays, returning the indicies of matches for each array, or
empty arrays if no matches are found. This means arr1[ind1] == arr2[ind2]
is true for all corresponding pairs. For floating-point data this implies
exact matching with no floating-point tolerance. The data type can be
string or bytes.
exact matching with no floating-point tolerance.
The data type can be int, float, string or bytes.
arr1 must contain only unique inputs, but arr2 may be non-unique.
Expand Down

0 comments on commit 6273689

Please sign in to comment.