From 54acac00a3fa6f9cfd3c91265f38d7d87c048f5f Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 5 Mar 2020 09:53:33 +0100
Subject: [PATCH] Squashed 'lofar-cwl/' changes from c5ab49c..42cbd7c

42cbd7c Fix type

git-subtree-dir: lofar-cwl
git-subtree-split: 42cbd7c9dd10479b151b7b338d270bdc0b5db64d
---
 steps/DP3.AOFlaggerStepGenerator.cwl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/steps/DP3.AOFlaggerStepGenerator.cwl b/steps/DP3.AOFlaggerStepGenerator.cwl
index 2a70f60..cc27019 100755
--- a/steps/DP3.AOFlaggerStepGenerator.cwl
+++ b/steps/DP3.AOFlaggerStepGenerator.cwl
@@ -42,7 +42,7 @@ inputs:
       available memory too much affects flagging accuracy; in general try to use
       at least 10 GB of memory.
   - id: memorymax
-    type: double
+    type: float
     default: 0
     doc: >-
       Maximum amount of memory (in GB) to use. ⇐0 means no maximum. As stated
@@ -56,7 +56,7 @@ inputs:
       memory to use. Note that the time window can be extended with an overlap
       on the left and right side to minimize possible boundary effects.
   - id: overlapperc
-    type: double
+    type: float
     default: 0
     doc: >-
       If >0, percentage of time window to be added to the left and right side
-- 
GitLab