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