Skip to content

Commit 952179c

Browse files
authored
Update test_survey.py
1 parent 373f1a6 commit 952179c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

geodepy/tests/test_survey.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import unittest
22
from geodepy.convert import DMSAngle
3-
from geodepy.survey import (first_vel_params, first_vel_corrn,
4-
precise_inst_ht, va_conv, radiations, joins)
5-
3+
from geodepy.survey import (first_vel_params, first_vel_corrn,
4+
mets_partial_differentials, precise_inst_ht,
5+
va_conv, radiations, joins)
66

77
class TestSurveyConvert(unittest.TestCase):
88
def test_first_vel_params(self):

0 commit comments

Comments
 (0)