diff --git a/tests/test_utils_interpolation.py b/tests/test_utils_interpolation.py index c3a101f0..a4ace4fb 100644 --- a/tests/test_utils_interpolation.py +++ b/tests/test_utils_interpolation.py @@ -325,7 +325,7 @@ def test_interpolate_wo( # that is the std.dev of the distances is low: ip_dist_std = np.std(np.diff(dists[1:])) # This number depends on 'h' and 't' range # (avoiding the first which reproduces wo_low - if ip_dist_std > 1.1: # Found by trial and error + if ip_dist_std > 1.2: # Found by trial and error print(f"ip_dist_std: {ip_dist_std}") print(dists)