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 4e053ef commit 747cf4eCopy full SHA for 747cf4e
bigcodebench/gen/util/__init__.py
@@ -85,7 +85,7 @@ def trusted_check(
85
):
86
timeout = os.getenv("BIGCODEBENCH_TIMEOUT_PER_TASK", 120) + 1
87
# shared memory objects
88
- times = Value("i")
+ times = Value("d")
89
manager = Manager()
90
91
p = multiprocessing.Process(
0 commit comments