Skip to content

Commit bcb6b8f

Browse files
committed
minor fix
1 parent b4cffa9 commit bcb6b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataset/annotation/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_annotation_with_order(data):
4242

4343
def calculate_IAA():
4444

45-
f = open("./coxql_test_annotation1.json.json")
45+
f = open("./coxql_test_annotation1.json")
4646
data = json.load(f)
4747
rater1 = [i["sql"] for i in data]
4848

0 commit comments

Comments
 (0)