MCPcopy 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
20def 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
28if __name__ == "__main__":

Callers 1

fix_v016.pyFile · 0.70

Calls 2

check_idFunction · 0.70
check_validFunction · 0.70

Tested by

no test coverage detected