Skip to content

Commit

Permalink
Create test_survey.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KentWheeler authored Jul 22, 2022
1 parent b755c03 commit 53f41a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geodepy/tests/test_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_first_vel_params(self):
n_REF = 1.000281783
param_c = 281.783
param_d = 79.393
params_new = first_vel_params(wavelength, frequency, n_REF)
params_new = first_vel_params(edm_wavelength, frequency, n_REF)
self.assertEqual(round(params_new[0], 3), param_c)
self.assertEqual(round(params_new[1], 3), param_d)

Expand Down

0 comments on commit 53f41a1

Please sign in to comment.