Skip to content

Commit

Permalink
change _save_dvc_exp to save_dvc_exp
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Jul 20, 2023
1 parent a8e487e commit 469e39e
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 @@ -132,7 +132,7 @@ def _init_dvc(self):
self._exp_name = os.getenv(env.DVC_EXP_NAME, "")
self._inside_dvc_exp = True
if self._save_dvc_exp:
logger.info("Ignoring `_save_dvc_exp` because `dvc exp run` is running")
logger.info("Ignoring `save_dvc_exp` because `dvc exp run` is running")
self._save_dvc_exp = False

self._dvc_repo = get_dvc_repo()
Expand Down

0 comments on commit 469e39e

Please sign in to comment.