Skip to content

Commit 0237483

Browse files
committed
feat: add trust check
1 parent a06bf00 commit 0237483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
estimate_pass_at_k,
2828
untrusted_check,
2929
)
30-
from bigcodebench.gen.util import trusted_exec
30+
from bigcodebench.gen.util import trusted_check
3131

3232
# 1st item: the status
3333
# 2nd item (optional): the detailed pass/fail boolean for each input

0 commit comments

Comments
 (0)