Skip to content
Snippets Groups Projects
Commit db43fc78 authored by Elie KHOURY's avatar Elie KHOURY
Browse files

minor change

parent df34d0af
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,6 @@ def main(command_line_options = None): ...@@ -75,7 +75,6 @@ def main(command_line_options = None):
outf = open(args.score_fused_dev_file, 'w') outf = open(args.score_fused_dev_file, 'w')
for line in gen_data_dev[0]: for line in gen_data_dev[0]:
claimed_id = line[0] claimed_id = line[0]
real_id = line[-3] real_id = line[-3]
test_label = line[-2] test_label = line[-2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment