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

fixed self.self. accident

parent 507f0058
No related branches found
No related tags found
1 merge request!229Resolve L2SS-554 "Delay pointing unit tests"
...@@ -61,7 +61,7 @@ class TestAttributeTypes(base.TestCase): ...@@ -61,7 +61,7 @@ class TestAttributeTypes(base.TestCase):
# calculate the delays based on the set reference position, the set time and now the set direction and antenna positions. # calculate the delays based on the set reference position, the set time and now the set direction and antenna positions.
delays = d.convert(direction, antenna_itrf) delays = d.convert(direction, antenna_itrf)
self.self.assertListEqual(delays == [0.0]) self.assertListEqual(delays == [0.0])
def test_light_second_delay(self): def test_light_second_delay(self):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment