From 003b67cc04d0c2323417cfea238373448406aba6 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 1 Mar 2022 17:02:37 +0100
Subject: [PATCH] L2SS-554: Explained and simplified test for distance test

---
 tangostationcontrol/tangostationcontrol/test/beam/test_delays.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
index 264badb87..82b4c2b9a 100644
--- a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
+++ b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
@@ -78,6 +78,7 @@ class TestDelays(base.TestCase):
         This test measures whether the distance between 2 positions is 0.1 light second apart.
         """
 
+        reference_itrf = [0, 0, 0]
         d = delay_calculator(reference_itrf)
 
         # set the antenna position 0.1 lightsecond in the Z direction of the ITRF,
-- 
GitLab