We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0327697 commit 07ef3cbCopy full SHA for 07ef3cb
control/simulation/taxi_sim.py
@@ -91,8 +91,8 @@ def run(self, end_time): # <1>
91
except StopIteration:
92
del self.actors[current_event.actor_id] # <12>
93
else:
94
- self.events.put(next_event) # <14>
95
- else: # <15>
+ self.events.put(next_event) # <13>
+ else: # <14>
96
msg = '*** end of simulation time: {} events pending ***'
97
print(msg.format(self.events.qsize()))
98
# END TAXI_SIMULATOR
0 commit comments