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

Function completeness_check

evalplus/data/utils.py:152–162  ·  view source on GitHub ↗
(name, plus)

Source from the content-addressed store, hash-verified

150
151
152def completeness_check(name, plus):
153 for task_id, task in plus.items():
154 for key in [
155 "prompt",
156 "contract",
157 "canonical_solution",
158 "base_input",
159 "plus_input",
160 "atol",
161 ]:
162 assert key in task, f"{key} not found in {name} #{task_id}!"
163
164
165def to_raw(string):

Callers 2

get_human_eval_plusFunction · 0.90
get_mbpp_plusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected