1
0
mirror of https://github.com/gsi-upm/soil synced 2025-09-19 06:32:21 +00:00

Add conditional time values

This commit is contained in:
J. Fernando Sánchez
2022-10-17 13:58:14 +02:00
parent 77d08fc592
commit 5d759d0072
7 changed files with 155 additions and 111 deletions

View File

@@ -50,7 +50,6 @@ class Exporters(TestCase):
for env in s.run_simulation(exporters=[Dummy], dry_run=True):
assert len(env.agents) == 1
assert env.now == max_time
assert Dummy.started
assert Dummy.ended