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

SSB-47: Rename variable

parent 7ef10025
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -8,10 +8,10 @@ path_to_test_data = '/var/tmp/holography'
class TestHolographyDatasetClass(unittest.TestCase):
def test_holography_observation_path_listing(self):
list = list_observations_in_path(path_to_test_data)
observation_list = list_observations_in_path(path_to_test_data)
## Assert correct reading of the files
HolographyObservation_freq_one = list.pop()
HolographyObservation_freq_one = observation_list.pop()
self.assertEqual(HolographyObservation_freq_one.sas_id, "661022")
self.assertEqual(HolographyObservation_freq_one.source_name, '3C 147')
self.assertEqual(HolographyObservation_freq_one.sub_band, 76)
......
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