Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Sep 14, 2024
1 parent 532f2d4 commit 7e97958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_transform/test_tau_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e97958

Please sign in to comment.