MCPcopy Create free account
hub / github.com/evalplus/evalplus / check_id

Function check_id

tools/humaneval/fix_utils.py:5–6  ·  view source on GitHub ↗
(data: dict, task_id: str)

Source from the content-addressed store, hash-verified

3
4
5def check_id(data: dict, task_id: str):
6 assert data[task_id]["task_id"] == f"HumanEval/{task_id}"
7
8
9def evolve(src_file: str, tgt_file: str, fix: Callable):

Callers 1

fixFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…