Add more challenges + cleanup (#5368)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-27 17:58:58 -07:00
committed by GitHub
parent 5acb5ad9b7
commit 37fbb52d19
47 changed files with 1273 additions and 768 deletions

View File

@@ -65,6 +65,7 @@ while json_files:
with open(json_file, "r") as file:
data = json.load(file)
if "eval_id" not in data:
data["eval_id"] = str(uuid.uuid4())
# this will sort all the keys of the JSON systematically so that the order is always the same