Skip to content

Commit

Permalink
exp: always log running experiment name at the start of a run
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed May 16, 2023
1 parent d1aa927 commit c33ed54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dvc/repo/experiments/executor/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ def filter_pipeline(stages):
exp_ref: Optional["ExpRefInfo"] = None
repro_force: bool = False

if info.name:
ui.write(f"Reproducing experiment '{info.name}'")

with cls._repro_dvc(
info,
infofile,
Expand Down

0 comments on commit c33ed54

Please sign in to comment.