diff --git a/strat/main.py b/strat/main.py index 606ad61..4729271 100644 --- a/strat/main.py +++ b/strat/main.py @@ -5,6 +5,6 @@ import numpy as np def decision(h1, h2): if 1 in h2[:4]: - return np.random.randint(2) + return 1 else: return 0