Fixed problem with code

This commit is contained in:
Bartusiak 2020-05-25 21:33:30 +02:00
parent 4c20a165ae
commit 315ba3ea0a
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.5\n")
f.write("0.55\n")
else:
f.write("0.65\n")
f.close()

File diff suppressed because it is too large Load Diff