Skip to content

Commit

Permalink
remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Jul 24, 2024
1 parent 61f8f30 commit 724e63b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/app/get_travel_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def get_travel_time(start_node, end_node, start_time, end_time, start_date, end_
total_corridor_length = links_df['length'].sum()

query_params = {
# not actually query params any more, but have been useful before
"length_m": total_corridor_length,
"seglist": list(set(link['segment_id'] for link in links)),
# real query params
"link_dir_list": [link['link_dir'] for link in links],
"node_start": start_node,
"node_end": end_node,
Expand Down

0 comments on commit 724e63b

Please sign in to comment.