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

SW-43: I changed wrongly the path set it back to the one specified in the comments

parent 7d9c992a
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -11,7 +11,7 @@ from lofar.calibration.common.datacontainers import HolographyObservation ...@@ -11,7 +11,7 @@ from lofar.calibration.common.datacontainers import HolographyObservation
logger = logging.getLogger('t_holography_dataset_class') logger = logging.getLogger('t_holography_dataset_class')
# READ doc/Holography_Data_Set.md! It contains the location from which the # READ doc/Holography_Data_Set.md! It contains the location from which the
# test data must be downloaded. # test data must be downloaded.
path_to_test_data = '/data/test/HolographyObservation' path_to_test_data = '/var/tmp/holography'
path_to_test_dataset = path_to_test_data + '/CS001HBA0.hdf5' path_to_test_dataset = path_to_test_data + '/CS001HBA0.hdf5'
class TestHolographyDatasetClass(unittest.TestCase): class TestHolographyDatasetClass(unittest.TestCase):
......
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