Change aoflagger memory parameter to accept both float and int
AOFlagger's aoflagger.memorymax
argument accepts floating point values, but the aoflagger.cwl
workflow enforces int
. This changes the input to accept both.
Edited by Frits Sweijen