Fixed problem with code
This commit is contained in:
parent
fdb1a14a5a
commit
f1bc40bcef
25794
dev-0/out.tsv
25794
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ def check_results(input_negative,input_positive,output):
|
|||||||
if (i>j):
|
if (i>j):
|
||||||
f.write("0.7\n")
|
f.write("0.7\n")
|
||||||
else:
|
else:
|
||||||
f.write("0.3\n")
|
f.write("0.4\n")
|
||||||
f.close()
|
f.close()
|
||||||
return f
|
return f
|
||||||
|
|
||||||
|
23856
test-A/out.tsv
23856
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user