From c6d0749c750a6bbcfba1f89b8646a309cecb83c6 Mon Sep 17 00:00:00 2001 From: Frits Sweijen <tikk3r@noreply.github.com> Date: Thu, 30 Nov 2023 19:07:22 +0100 Subject: [PATCH] Fix selfcal_hba_imsize null warning --- workflows/linc_target/selfcal_targ_hba.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/linc_target/selfcal_targ_hba.cwl b/workflows/linc_target/selfcal_targ_hba.cwl index b7f4a280..5852dbd0 100644 --- a/workflows/linc_target/selfcal_targ_hba.cwl +++ b/workflows/linc_target/selfcal_targ_hba.cwl @@ -16,7 +16,7 @@ inputs: type: string? default: 'phaseonly' - id: selfcal_hba_imsize - type: int[]? + type: int[] default: [20000,20000] - id: wsclean_tmpdir type: string -- GitLab