Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 26, 2024
1 parent 8244dac commit f3c5696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datacollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class TestDataCollector(unittest.TestCase):
def setUp(self):
"""Create the model and run it a set number of steps."""
self.model = MockModel()
self.model.datacollector.collect(self.model)
for i in range(7):
if i == 4:
self.model.schedule.remove(self.model.schedule._agents[3])
Expand Down

0 comments on commit f3c5696

Please sign in to comment.