From 7e9795800eeb741ec84d0ae79b603a4885fd4285 Mon Sep 17 00:00:00 2001 From: Derrick Chambers Date: Fri, 13 Sep 2024 17:15:36 -0700 Subject: [PATCH] typo --- tests/test_transform/test_tau_p.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_transform/test_tau_p.py b/tests/test_transform/test_tau_p.py index c19a832b..eba1313d 100644 --- a/tests/test_transform/test_tau_p.py +++ b/tests/test_transform/test_tau_p.py @@ -151,7 +151,7 @@ def test_slowness_vals(self): assert np.abs(1.0 / p_vals[p_ind] - vel) < 20 assert np.abs((t_vals[t_ind] - t_vals[0]) / np.timedelta64(1, "s") - t0) < 0.02 - # begative slope, non-equal distance + # negative slope, non-equal distance vel = -1700 t0 = 0.1 linear_patch = linear_slope_patch(nch, nt, vel, t0, dist)