I'd like to find what values exist in an array 'A' that also exist in array 'B'. However, the arrays are of different size and I'd like to introduce a tolerance as there is likely to be a systematic error between the two datasets.
I'm aware of 'np.isclose', but this is for arrays of the same size.