From 3bdbf7ea39ac2b9442243eaf71a3fc8f3009383a Mon Sep 17 00:00:00 2001 From: Jan Kwakkel Date: Fri, 13 Sep 2024 21:26:54 +0200 Subject: [PATCH] another test --- tests/test_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_time.py b/tests/test_time.py index a93c352274e..6136d8f3e5d 100644 --- a/tests/test_time.py +++ b/tests/test_time.py @@ -141,7 +141,7 @@ def test_no_shuffle(self): """ Testing the staged activation without shuffling. """ - a = SomeModel(shuffle=False) + a = SomeModel(activation=RANDOM, enable_kill_other_agent=False) print(a) model = MockModel(shuffle=False) model.step()