Skip to content

Commit 229dbc2

Browse files
committed
fix: solution key
1 parent 4aa2e44 commit 229dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_groundtruth(problems, hashcode, check_gt_only):
5050
expected_time = {}
5151
for task_id, problem in tqdm(problems.items()):
5252
expected_time[task_id] = trusted_exec(
53-
problem["complete_prompt"] + "\n" + problem["clean_canonical_solution"],
53+
problem["complete_prompt"] + "\n" + problem["canonical_solution"],
5454
problem["test"],
5555
problem["task_id"],
5656
)

0 commit comments

Comments
 (0)