Fixed problem with code

This commit is contained in:
Bartusiak 2020-05-25 21:28:47 +02:00
parent 15a1fb2b2a
commit ae50ae9a22
3 changed files with 50006 additions and 50006 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

File diff suppressed because it is too large Load Diff