Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
def
load_json(dir):
10
with
open(dir,
'r'
)
as
j:
11
contents = json.loads(j.read())
12
return
contents
13
14
15
def
result_callback(result):
Callers
2
compute_acc_by_diff
Function · 0.70
compute_acc_by_diff_sample
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected