From 34f0be2836a9f7958d33afb01fdd821051769354 Mon Sep 17 00:00:00 2001 From: Jactus Date: Tue, 16 Mar 2021 17:18:48 +0800 Subject: [PATCH] Fix arg error --- qlib/workflow/expm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/workflow/expm.py b/qlib/workflow/expm.py index 7f4f8462c..6bff9fc53 100644 --- a/qlib/workflow/expm.py +++ b/qlib/workflow/expm.py @@ -294,7 +294,7 @@ class MLflowExpManager(ExpManager): experiment_name: Optional[Text] = None, recorder_name: Optional[Text] = None, uri: Optional[Text] = None, - resume: bool, + resume: bool = False, ): # Set the tracking uri self.set_uri(uri)