Skip to content

Commit fb62eae

Browse files
committed
reformatting
1 parent 848b50c commit fb62eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

submission_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ def train_once(
392392
train_step_end_time - train_state['last_step_end_time'])
393393

394394
# Check if submission is eligible for an untimed eval.
395-
if ((train_step_end_time - train_state['last_eval_time'])
396-
>= workload.eval_period_time_sec or train_state['training_complete']):
395+
if ((train_step_end_time - train_state['last_eval_time']) >=
396+
workload.eval_period_time_sec or train_state['training_complete']):
397397

398398
# Prepare for evaluation (timed).
399399
if prepare_for_eval is not None:

0 commit comments

Comments
 (0)