Fixed problem with code
This commit is contained in:
parent
15a1fb2b2a
commit
ae50ae9a22
52008
dev-0/out.tsv
52008
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -11,9 +11,9 @@ def check_results(input_negative,input_positive,output):
|
||||
f = open(output,"w")
|
||||
for i,j in zip(input_negative[:-1],input_positive[:-1]):
|
||||
if (i>j):
|
||||
f.write("0.35\n")
|
||||
f.write("0.4\n")
|
||||
else:
|
||||
f.write("0.65\n")
|
||||
f.write("0.7\n")
|
||||
f.close()
|
||||
return f
|
||||
|
||||
|
48000
test-A/out.tsv
48000
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user