Fixed problem with code

This commit is contained in:
Bartusiak 2020-05-25 21:29:43 +02:00
parent ae50ae9a22
commit 732c6c2e04
3 changed files with 25180 additions and 25180 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ 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.4\n")
f.write("0.45\n")
else:
f.write("0.7\n")
f.close()

File diff suppressed because it is too large Load Diff