From 83d14c798a53c76b824dab9610ff8cae34ba38a1 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Mon, 2 Mar 2020 11:42:10 +0100 Subject: [PATCH] Fix test --- test_jobs/ddecal.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_jobs/ddecal.json b/test_jobs/ddecal.json index 13a89c1f..66f549e1 100644 --- a/test_jobs/ddecal.json +++ b/test_jobs/ddecal.json @@ -4,5 +4,6 @@ "path": "/data/L570745_SB001_uv_MODEL.MS" }, "msin_datacolumn": "DATA", - "usemodelcolumn": true + "usemodelcolumn": true, + "mode": "diagonal" } -- GitLab