We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad18063 commit c93db34Copy full SHA for c93db34
bigcodebench/evaluate.py
@@ -152,7 +152,7 @@ def evaluate(flags):
152
solution,
153
sample["_identifier"],
154
flags.min_time_limit,
155
- expected_time[task_id] if not expected_time else 20
+ expected_time[task_id] if expected_time else 20
156
)
157
futures.append(executor.submit(check_correctness, *args))
158
completion_id[task_id] += 1
0 commit comments