Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 20, 2024
1 parent 079c0b0 commit bae187d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esutil/numpy_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,8 @@ 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.
is true for all corresponding pairs. For floating-point data this implies
exact matching with no floating-point tolerance.
arr1 must contain only unique inputs, but arr2 may be non-unique.
Expand Down

0 comments on commit bae187d

Please sign in to comment.