This commit is contained in:
@ -8,7 +8,7 @@ def avg(ls: list) -> int:
|
||||
|
||||
|
||||
def decision(h1: list, h2: list) -> int:
|
||||
if avg(h2[:4]) >= 0.05:
|
||||
if avg(h2[:4]) >= 0.5:
|
||||
return 1
|
||||
else:
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user