Skip to content

Commit

Permalink
Fix arg error
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek-Wds committed Mar 16, 2021
1 parent 447fed8 commit 34f0be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlib/workflow/expm.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def start_exp(
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)
Expand Down

0 comments on commit 34f0be2

Please sign in to comment.