Skip to content

Commit a1e19cd

Browse files
committed
fix: correctly reflect gt res
1 parent 20d519a commit a1e19cd

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
@@ -110,7 +110,7 @@ def trusted_check(
110110
time.sleep(0.1)
111111

112112
if times.value == -1:
113-
times = -1
113+
times = None
114114
else:
115115
times = times.value
116116

0 commit comments

Comments
 (0)