MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / load_solutions

Method load_solutions

src/evaluate.py:110–112  ·  view source on GitHub ↗
(self, solution_file)

Source from the content-addressed store, hash-verified

108
109
110 def load_solutions(self, solution_file):
111 self.solution_file = solution_file
112 self.solutions = json.load(open(self.solution_file, "r"))
113
114 def check_element_type(lst, t):
115 for l in lst:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected