Commit 2423704
authored
Remove replay_dry_run condition for replay_dir (#1126)
### TL;DR
Removed the conditional logic that sets `replay_dir` to `None` when
`replay_dry_run` is `True`.
### What changed?
Removed the code block that was checking for
`cfg.trainer.get("replay_dry_run", False)` and setting `replay_dir` to
`None` if that condition was true. This means that `replay_dir` will now
always be set to the path constructed from `cfg.replay_job.replay_dir`
and `cfg.run`.
[Asana
Task](https://app.asana.com/1/1209016784099267/project/1210348820405981/task/1210631127945425)1 parent 728b9bc commit 2423704
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
0 commit comments