Skip to content

Commit 59cd7d3

Browse files
committed
fix trip destination choice od skim
1 parent 00977c6 commit 59cd7d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configs/trip_destination.csv

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ All - No attractions,"@size_terms.get(df.dest_zone_id, df.purpose) == 0 # sharro
1313
#Applied the conventions used in the destination sample file,,,,,,,,,,,
1414
,"_org_to_stop_dist@od_skims[('SOV_FREE_DISTANCE', 'MD')]",1,1,1,1,1,1,1,1,1,1
1515
,"_stop_to_dest_dist@dp_skims[('SOV_FREE_DISTANCE', 'MD')]",1,1,1,1,1,1,1,1,1,1
16-
# THIS IS WRONG ***** RIGHT HERE **** I CHANGED THE BELOW TO MAKE WORK MECHANICALLY ,,,,,,,,,,,
17-
# ,"_od_distance@op_skims[('SOV_FREE_DISTANCE', 'MD')]",1,1,1,1,1,1,1,1,1,1
18-
,"_od_distance@od_skims[('SOV_FREE_DISTANCE', 'MD')]",1,1,1,1,1,1,1,1,1,1
16+
,"_od_distance@op_skims[('SOV_FREE_DISTANCE', 'MD')]",1,1,1,1,1,1,1,1,1,1
1917
#WORK,,,,,,,,,,,
2018
WORK - Distance squared,"@((od_skims[('SOV_FREE_DISTANCE', 'MD')] + dp_skims[('SOV_FREE_DISTANCE', 'MD')]) ** 2)",0.0026,,,,,,,,,
2119
WORK - Distance cubed,"@((od_skims[('SOV_FREE_DISTANCE', 'MD')] + dp_skims[('SOV_FREE_DISTANCE', 'MD')]) ** 3)",-0.0000109,,,,,,,,,

0 commit comments

Comments
 (0)