Skip to content

Commit 71114b5

Browse files
committed
fix: update trust check return
1 parent 0237483 commit 71114b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/gen/util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def trusted_check(
8181
max_as_limit: float,
8282
max_data_limit: float,
8383
max_stack_limit: float,
84-
) -> Tuple[str, np.ndarray]:
84+
):
8585
timeout = os.getenv("BIGCODEBENCH_TIMEOUT_PER_TASK", 120) + 1
8686
# shared memory objects
8787
times = Value("i")

0 commit comments

Comments
 (0)