Skip to content
Snippets Groups Projects
Commit 56ef95f5 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

Task SSB-42: Do not print but use the logger

parent b793b84f
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -74,7 +74,7 @@ class HolographyDataset(): ...@@ -74,7 +74,7 @@ class HolographyDataset():
ho.ms_for_a_given_beamlet_number[beamlet].\ ho.ms_for_a_given_beamlet_number[beamlet].\
read_cross_correlation_time_flags_per_station_names(station_name, read_cross_correlation_time_flags_per_station_names(station_name,
self.reference_stations) self.reference_stations)
print(reference_station_names) logger.debug(reference_station_names)
for reference_station_index, reference_station in\ for reference_station_index, reference_station in\
enumerate(reference_station_names): enumerate(reference_station_names):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment