MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / load_json

Function load_json

evaluation/src/evaluation_ves.py:130–133  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

128
129
130def load_json(dir):
131 with open(dir, 'r') as j:
132 contents = json.loads(j.read())
133 return contents
134
135
136def compute_ves_by_diff(exec_results, diff_json_path):

Callers 1

compute_ves_by_diffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected