Skip to content

Commit

Permalink
Experiment: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sailist committed Mar 26, 2023
1 parent 1f3070a commit a209c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lumo/exp/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def from_cache(cls, dic: dict):
"""
paths = dic.pop('paths', {})
_ = dic.pop('metrics')
self = cls(exp_name=dic['exp_name'], test_name=dic['test_name'], paths=paths)
self = cls(exp_name=dic['exp_name'], test_name=dic['test_name'], roots=paths)
if os.path.exists(self.heartbeat_fn):
return cls.from_disk(self.info_dir)
self._prop.update(dic)
Expand Down

0 comments on commit a209c97

Please sign in to comment.