Skip to content
Snippets Groups Projects
Commit f674c4b5 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-800: Fix number of pointings set in tile beam test to match number of antennas configured

parent 3387add3
No related branches found
No related tags found
1 merge request!342Resolve L2SS-800 "Support dts outside"
......@@ -26,7 +26,7 @@ class NumpyEncoder(json.JSONEncoder):
class TestDeviceTileBeam(AbstractTestBases.TestDeviceBase):
pointing_direction = numpy.array([["J2000","0deg","0deg"]] * 96).flatten()
pointing_direction = numpy.array([["J2000","0deg","0deg"]] * 48).flatten()
def setUp(self):
super().setUp("STAT/TileBeam/1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment