Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ fix
Function
fix
tools/humaneval/fix_v016.py:20–25 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
18
19
20
def
fix(data):
21
check_id(data, 160)
22
data[160][
"plus_input"
] = [
23
l
for
l in data[160][
"plus_input"
]
if
check_valid(l[0], l[1])
24
]
25
return
data
26
27
28
if
__name__ ==
"__main__"
:
Callers
1
fix_v016.py
File · 0.70
Calls
2
check_id
Function · 0.70
check_valid
Function · 0.70
Tested by
no test coverage detected