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

Task SSB-42: Added az comment about the test data

The test data is big.  Really big.  Too big to store it in a
source code repository.  This poses the problem that the test
has to either download it or to rely on the data being in a
defined location that is always on and always accessible from
everywhere.  Both solutions don't work in all cases.

Bottom line:  we have to figure this out!  For the time being the
test will just fail when the data is not in the expected location.
parent 634958f7
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -7,6 +7,8 @@ from lofar.calibration.common.datacontainers import HolographyObservation
logger = logging.getLogger('t_holography_dataset_class')
# READ doc/Holography_Data_Set.md! It contains the location from which the
# test data must be downloaded.
path_to_test_data = '/data/test/HolographyObservation'
path_to_test_data = '/home/thomas/workspace.astron/data/holography'
......
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