From 4b4c56f05290d7ff2fa3c546b5540efd7f680260 Mon Sep 17 00:00:00 2001 From: Frits Sweijen <tikk3r@noreply.github.com> Date: Thu, 30 Nov 2023 21:58:32 +0100 Subject: [PATCH] Revert "Fix selfcal_hba_imsize null warning" This reverts commit c6d0749c750a6bbcfba1f89b8646a309cecb83c6. --- 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 5852dbd0..b7f4a280 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