Skip to content

Commit 747cf4e

Browse files
committed
fix: update Value type
1 parent 4e053ef commit 747cf4e

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
@@ -85,7 +85,7 @@ def trusted_check(
8585
):
8686
timeout = os.getenv("BIGCODEBENCH_TIMEOUT_PER_TASK", 120) + 1
8787
# shared memory objects
88-
times = Value("i")
88+
times = Value("d")
8989
manager = Manager()
9090

9191
p = multiprocessing.Process(

0 commit comments

Comments
 (0)