mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 12:00:58 +08:00
Fix arg error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user