MCPcopy Index your code
hub / github.com/evalplus/evalplus / fix_v011.py

File fix_v011.py

tools/humaneval/fix_v011.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def fix(data):
2 # fix 140 https://github.com/evalplus/evalplus/issues/3
3 assert data[140]["task_id"] == "HumanEval/140"
4 data[140]["canonical_solution"] = data[140]["canonical_solution"].replace(

Callers

nothing calls this directly

Calls 2

readlinesMethod · 0.80
fixFunction · 0.70

Tested by

no test coverage detected