MCPcopy Index your code
hub / github.com/evalplus/evalplus / check_id

Function check_id

tools/humaneval/fix_v012.py:1–2  ·  view source on GitHub ↗
(data, task_id)

Source from the content-addressed store, hash-verified

1def check_id(data, task_id):
2 assert data[task_id]["task_id"] == f"HumanEval/{task_id}"
3
4
5def fix(data):

Callers 1

fixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected