We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cffa9 commit bcb6b8fCopy full SHA for bcb6b8f
dataset/annotation/utils.py
@@ -42,7 +42,7 @@ def get_annotation_with_order(data):
42
43
def calculate_IAA():
44
45
- f = open("./coxql_test_annotation1.json.json")
+ f = open("./coxql_test_annotation1.json")
46
data = json.load(f)
47
rater1 = [i["sql"] for i in data]
48
0 commit comments