Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47e1e7e

Browse files
committed
Fixed QALD-10 bug
1 parent 63d0d80 commit 47e1e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎qald/qald-10.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def _generate_examples(self, data_file, **kwargs):
103103
question["answers"] = json.dumps(question["answers"])
104104

105105
if kwargs["split"]== "test":
106-
print("asda")
107106
del question["aggregation"]
108107

109108
yield idx, question

0 commit comments

Comments
 (0)