Skip to content
Snippets Groups Projects
Commit bc19c3ad authored by Taya Snijder's avatar Taya Snijder
Browse files

removed 'test_set_measure_time' test because its not testing our code, but rather casacore

parent e84a7987
No related branches found
No related tags found
1 merge request!229Resolve L2SS-554 "Delay pointing unit tests"
...@@ -20,17 +20,6 @@ class TestAttributeTypes(base.TestCase): ...@@ -20,17 +20,6 @@ class TestAttributeTypes(base.TestCase):
self.assertIsNotNone(d) self.assertIsNotNone(d)
def test_set_measure_time(self):
# # create a frame tied to the reference position
reference_itrf = [3826577.066, 461022.948, 5064892.786] # CS002LBA, in ITRF2005 epoch 2012.5
d = delay_calculator(reference_itrf)
# # set the timestamp to solve for
timestamp = datetime.datetime(2000, 1, 1, 0, 0, 5)
d.set_measure_time(timestamp)
self.assertIsNotNone(d)
def test_sun(self): def test_sun(self):
# # create a frame tied to the reference position # # create a frame tied to the reference position
reference_itrf = [3826577.066, 461022.948, 5064892.786] # CS002LBA, in ITRF2005 epoch 2012.5 reference_itrf = [3826577.066, 461022.948, 5064892.786] # CS002LBA, in ITRF2005 epoch 2012.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment