Skip to content

Commit

Permalink
Remove commented out taxi/tnc time in airport write_trip_matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
aber-sandag committed Nov 1, 2024
1 parent 65a8e76 commit 90188e7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ Description,Target,Expression
,_timeDrive,"_timeDrive + odt_skims['HOV3_L_TIME'] * np.where(((trip_mode == 'SHARED3') & vot1),1,0)"
,_timeDrive,"_timeDrive + odt_skims['SOV_NT_M_TIME'] * np.where(((trip_mode == 'DRIVEALONE') & vot2),1,0)"
,_timeDrive,"_timeDrive + odt_skims['HOV2_M_TIME'] * np.where(((trip_mode == 'SHARED2') & vot2),1,0)"
#,_timeDrive,"_timeDrive + (odt_skims['HOV2_M_TIME'] + _TAXI_WAIT_TIME) * np.where((trip_mode == 'TAXI'),1,0)"
#,_timeDrive,"_timeDrive + (odt_skims['HOV2_M_TIME'] + _SINGLE_TNC_WAIT_TIME) * np.where((trip_mode == 'TNC_SINGLE'),1,0)"
,_timeDrive,"_timeDrive + odt_skims['HOV3_M_TIME'] * np.where(((trip_mode == 'SHARED3') & vot2),1,0)"
#,_timeDrive,"_timeDrive + (odt_skims['HOV3_M_TIME'] + _SHARED_TNC_WAIT_TIME) * TNC_shared_IVTFactor * np.where((trip_mode == 'TNC_SHARED'),1,0) * _TNC_SHARED_IVT_FACTOR"
,_timeDrive,"_timeDrive + odt_skims['SOV_NT_H_TIME'] * np.where(((trip_mode == 'DRIVEALONE') & vot3),1,0)"
,_timeDrive,"_timeDrive + odt_skims['HOV2_H_TIME'] * np.where(((trip_mode == 'SHARED2') & vot3),1,0)"
,timeDrive,"_timeDrive + odt_skims['HOV3_H_TIME'] * np.where(((trip_mode == 'SHARED3') & vot3),1,0)"
Expand Down

0 comments on commit 90188e7

Please sign in to comment.