Skip to content

Commit

Permalink
removed ice cream dict and random assignment in favor of direct assig…
Browse files Browse the repository at this point in the history
…nment in json config file for ice cream falvors
  • Loading branch information
Miro-Astore committed Aug 9, 2024
1 parent a5f84dd commit 13a94c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def preprocess_submissions(submission_dataset, config):
else:
submission_version = f" {submission_version}"
print(f" SUBMISSION VERSION {submission_version}")
submission_id = submission_dataset.submission_config[str(idx)]["flavor_name"] + " " + submission_version
submission_id = submission_dataset.submission_config[str(idx)]["flavor_name"] + submission_version
print(f"SUBMISSION ID {submission_id}")

save_submission(
Expand Down

0 comments on commit 13a94c0

Please sign in to comment.