Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlyingFeather/DEA-SQL
/ sort_results
Function
sort_results
evaluation/src/evaluation.py:92–93 ·
view source on GitHub ↗
(list_of_dicts)
Source
from the content-addressed store, hash-verified
90
91
92
def
sort_results(list_of_dicts):
93
return
sorted(list_of_dicts, key=
lambda
x: x[
'sql_idx'
])
94
95
96
def
compute_acc_by_diff(exec_results, diff_json_path):
Callers
1
evaluation.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected