Skip to content

Commit

Permalink
Update test_time.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Sep 13, 2024
1 parent c969069 commit 2dfb3a5
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()
a = SomeModel(shuffle=False)
print(a)
model = MockModel(shuffle=False)
model.step()
Expand Down

0 comments on commit 2dfb3a5

Please sign in to comment.