From 99f6615481d5055a83ebc90790055b6fe5ba13f1 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 4 Dec 2019 11:32:55 +0100 Subject: [PATCH] Error in parameter specification Former-commit-id: 2c8eec9cbc6bafec9add14a67886625eeaa47a57 --- workflows/prefactor_calibrator.cwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl index 55e36d98..00ffb600 100644 --- a/workflows/prefactor_calibrator.cwl +++ b/workflows/prefactor_calibrator.cwl @@ -55,8 +55,8 @@ inputs: 'sbg:x': -89 'sbg:y': -276 - id: min_separation - type: float - default: 20. + type: int + default: 20 'sbg:x': -638.4987182617188 'sbg:y': 31.238996505737305 - id: A-Team_sky_model -- GitLab