Skip to content

Commit

Permalink
Replace summary_path with metrics_path. Leftover from renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Oct 24, 2022
1 parent 876cf20 commit 5a120c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvclive/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@ def read_step(self):
return 0

def read_latest(self):
with open(self.summary_path, encoding="utf-8") as fobj:
with open(self.metrics_path, encoding="utf-8") as fobj:
return json.load(fobj)

0 comments on commit 5a120c2

Please sign in to comment.