From d470a582ada135db2bbe76eebefcf16d839205f0 Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Wed, 20 Mar 2024 15:06:57 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Predict=20fix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dacapo/blockwise/predict_worker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dacapo/blockwise/predict_worker.py b/dacapo/blockwise/predict_worker.py index 6c3822cb2..05c08ae3c 100644 --- a/dacapo/blockwise/predict_worker.py +++ b/dacapo/blockwise/predict_worker.py @@ -46,7 +46,6 @@ def cli(log_level): @click.option( "-i", "--iteration", - required=True, type=Optional[int], help="The training iteration of the model to use for prediction.", default=None,