Skip to content

Commit

Permalink
use adjusted tt field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Apr 23, 2024
1 parent ae575af commit 56b1b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/get_travel_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_travel_time(start_node, end_node, start_time, end_time, start_date, end_
SELECT
cn.dt,
cn.hr,
SUM(cn.unadjusted_tt) AS corr_hourly_daily_tt
SUM(cn.tt) AS corr_hourly_daily_tt
FROM congestion.network_segments_daily AS cn
WHERE
cn.segment_id::integer = ANY(%(seglist)s)
Expand Down

0 comments on commit 56b1b34

Please sign in to comment.