Skip to content

Commit

Permalink
Fix parameter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Jan 21, 2022
1 parent 9ab4f33 commit 4f40a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlib/workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def set_tags(self, **kwargs):
keyword argument:
name1=value1, name2=value2, ...
"""
self.get_exp(start=true).get_recorder(start=True).set_tags(**kwargs)
self.get_exp(start=True).get_recorder(start=True).set_tags(**kwargs)


class RecorderWrapper(Wrapper):
Expand Down

0 comments on commit 4f40a6e

Please sign in to comment.