From bc19c3adb08db508b2c3bee6600bac7bdb750ae7 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 8 Feb 2022 09:50:05 +0100 Subject: [PATCH] removed 'test_set_measure_time' test because its not testing our code, but rather casacore --- .../tangostationcontrol/test/beam/test_delays.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py index 35e8b3e0e..1eb036b7d 100644 --- a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py +++ b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py @@ -20,17 +20,6 @@ class TestAttributeTypes(base.TestCase): 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): # # create a frame tied to the reference position reference_itrf = [3826577.066, 461022.948, 5064892.786] # CS002LBA, in ITRF2005 epoch 2012.5 -- GitLab