Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for i in range(6, len(l) - 1):
  2. current_node = nodes_map[l[0]][l[i]]
  3. self.session.add(PT_Edge(prev_stop, current_node, 0, departure, departure + tps_moyen, 0, 'Metro', str(lines_count)))
  4. prev_stop = current_node
Add Comment
Please, Sign In to add comment