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

Add test file

parent 1b2d570d
Branches
Tags
No related merge requests found
......@@ -104,11 +104,14 @@ RUN python3 -m pip install cwltool cwl-runner -e "git://github.com/darafferty/LS
RUN python3 -m pip install -e "git+https://github.com/revoltek/losoto.git@${LoSoTo_TAG}#egg=LoSoTo"
# ADD test data
ADD L570745_uv_first10.MS.tar.xz /data
ADD skymodels.tar.gz /data/skymodels
ADD test_data/A-Team_lowres.sourcedb /data/A-Team_lowres.sourcedb
ADD test_data/example.h5 /data/example.h5
ADD test_data/example_residual.h5 /data/example_residual.h5
ADD test_data/L570745_SB001_uv_MODEL.MS /data/L570745_SB001_uv_MODEL.MS
ADD losoto.patch /home/lofaruser/losoto.patch
RUN patch /src/losoto/losoto/operations/__init__.py /home/lofaruser/losoto.patch
ADD .entrypoint /home/lofaruser/.entrypoint
......
{
"input_h5parm": {"class": "File", "path": "/data/example_residual.h5"},
"soltab": ["sol000/amplitude000"],
"resSoltab": "amplitude000"
"soltab": ["sol000/amplitude000"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment