Skip to content
Snippets Groups Projects
Commit 2dc8b5be authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

city schedule generator -> spare schedule generator

parent 854c9726
No related branches found
No related tags found
No related merge requests found
......@@ -246,3 +246,8 @@ def schedule_from_file(filename) -> ScheduleGenerator:
return agents_position, agents_direction, agents_target, agents_speed, agents_malfunction
return generator
# we can us the same schedule generator for city_rail_generator
# in order to be able to change this transparently in the future, we use a different name.
city_schedule_generator = sparse_schedule_generator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment