Skip to content

Commit

Permalink
Merge 5a6e3e2 into feea3ab
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenevinitsky committed Aug 30, 2019
2 parents feea3ab + 5a6e3e2 commit 6022ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/core/kernel/vehicle/traci.py
Expand Up @@ -191,7 +191,7 @@ def update(self, reset):
self._num_departed.append(
len(sim_obs[tc.VAR_DEPARTED_VEHICLES_IDS]))
self._num_arrived.append(len(sim_obs[tc.VAR_ARRIVED_VEHICLES_IDS]))
self._departed_ids.append(sim_obs[tc.VAR_ARRIVED_VEHICLES_IDS])
self._departed_ids.append(sim_obs[tc.VAR_DEPARTED_VEHICLES_IDS])
self._arrived_ids.append(sim_obs[tc.VAR_ARRIVED_VEHICLES_IDS])

# update the "headway", "leader", and "follower" variables
Expand Down

0 comments on commit 6022ee6

Please sign in to comment.