Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
frcaud committed Feb 29, 2024
1 parent ddc248e commit 3ed949c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ramp-engine/ramp_engine/aws/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ def _training_successful(config, instance_id, submission_name, actual_nb_folds=N
n_error = int(_run(config, instance_id, cmd, return_output=True))
if n_error > 0:
return False

if actual_nb_folds is not None:
return nb_folds == nb_train_files == nb_test_files == actual_nb_folds
else:
Expand Down

0 comments on commit 3ed949c

Please sign in to comment.