diff --git a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py index cf4c5f6b7c4b48a441090136bd566092b83cdf0d..a9c9babfa895cfaf07f707d4fc0fea027a2dd222 100644 --- a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py +++ b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py @@ -39,7 +39,7 @@ class TestAttributeTypes(base.TestCase): pointing = d.measure.direction(*direction) dir = d.get_direction_vector(pointing) - self.assertTrue(0.98 <= sqrt(pow(dir[0],2) + pow(dir[1],2) + pow(dir[2],2)) <= 1.02) + self.assertTrue(0.95 <= sqrt(pow(dir[0],2) + pow(dir[1],2)) <= 1.05) def test_identical_location(self): # # create a frame tied to the reference position