Skip to content

Commit 66d9499

Browse files
committed
fix (evaluate): update gt checking
1 parent 90adab8 commit 66d9499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigcodebench/evaluate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ def evaluate(
220220
if len(failed_tasks) > 0:
221221
cprint(f"Failed tasks: {failed_tasks}", "red")
222222

223+
return
224+
223225
else:
224226
results = {
225227
"date": datetime.now().strftime("%Y-%m-%d %H:%M"),

0 commit comments

Comments
 (0)