From fb355ce609d773364086591afa42a00527646709 Mon Sep 17 00:00:00 2001
From: Thijs <snijder@astron.nl>
Date: Thu, 24 Feb 2022 17:18:03 +0100
Subject: [PATCH] temp

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

diff --git a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
index 4a55ee6c0..424b2d71f 100644
--- a/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
+++ b/tangostationcontrol/tangostationcontrol/test/beam/test_delays.py
@@ -33,7 +33,7 @@ class TestDelays(base.TestCase):
             # compute the delays for an antennas w.r.t. the reference position
 
             # # obtain the direction vector for a specific pointing
-            direction = "SUN", "0deg", "0deg"
+            direction = "J2000", "0deg", "0deg"
 
             # calculate the delays based on the set reference position, the set time and now the set direction and antenna positions.
             pointing = d.measure.direction(*direction)
-- 
GitLab