aerocaps.utils.array.unique_with_tolerance# unique_with_tolerance(arr: ndarray, rtol: float = 1e-05, atol: float = 1e-08) → ndarray[source]# Find unique elements in an array with a specified tolerance.