Skip to content
Snippets Groups Projects
Commit e07d33e5 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: Replace [] for list()

parent 37c5a128
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -73,7 +73,7 @@ class HolographyDataset(): ...@@ -73,7 +73,7 @@ class HolographyDataset():
self.calibration_tables = dict() self.calibration_tables = dict()
self.derived_calibration_tables = dict() self.derived_calibration_tables = dict()
# coordinates of the antenna position in the target # coordinates of the antenna position in the target
self.antenna_field_position = [] self.antenna_field_position = list()
# list of reference station names # list of reference station names
self.reference_stations = list() self.reference_stations = list()
# list of _frequencies # list of _frequencies
......
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