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 1702f0f commit c0ad781Copy full SHA for c0ad781
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("d")
+ times = Value("d", -1)
89
manager = Manager()
90
91
p = multiprocessing.Process(
0 commit comments