From 124d44ff78756a98374f7cd5676490df24fdfca6 Mon Sep 17 00:00:00 2001 From: Jamison French Date: Mon, 5 Jun 2023 12:02:20 -0500 Subject: [PATCH] fix: missing algorithm input --- algorithm_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/algorithm_config.yaml b/algorithm_config.yaml index b851e01..3344965 100644 --- a/algorithm_config.yaml +++ b/algorithm_config.yaml @@ -27,3 +27,5 @@ inputs: download: False - name: limit download: False + - name: output + download: False