Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Sep 13, 2024
1 parent 2dfb3a5 commit 3bdbf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3bdbf7e

Please sign in to comment.