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

processed more review points

parent a61bf005
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):
# 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)
self.assertTrue(delays == [0.0])
self.self.assertListEqual(delays == [0.0])
def test_light_second_delay(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment