Skip to content

Commit

Permalink
initial stage fix (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdebruin authored Jul 10, 2020
1 parent fd1c9d4 commit 2dc49f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,7 @@ def run(self) -> None:
Path(self.parent_output_dir).mkdir(parents=True, exist_ok=True)

for experiment in self.experiments:
if experiment.stage < self.initial_stage:
continue
print(f"Starting stage {experiment.stage} at {datetime.now().isoformat()}.")
experiment.run()

0 comments on commit 2dc49f5

Please sign in to comment.