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

Function load_json

evaluation/src/evaluation.py:9–12  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

7
8
9def load_json(dir):
10 with open(dir, 'r') as j:
11 contents = json.loads(j.read())
12 return contents
13
14
15def result_callback(result):

Callers 2

compute_acc_by_diffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected