Skip to content

Commit

Permalink
Update bike_assignment.json
Browse files Browse the repository at this point in the history
IVT perception factor changed to 1 from 0. This makes sure ferry crossing time is included. Only applies to ferry mode since we assign only k, l, q, (bike modes) and f (ferry)
  • Loading branch information
bricegnichols committed Aug 14, 2018
1 parent bb49290 commit f44d62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inputs/model/skim_parameters/bike_assignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"on_lines": null
},
"in_vehicle_time": {
"perception_factor": 0
"perception_factor": 1
},
"in_vehicle_cost": null,
"aux_transit_time": {
Expand All @@ -47,4 +47,4 @@
"total_impedance": "bkpt"
},
"type": "EXTENDED_TRANSIT_ASSIGNMENT"
}
}

0 comments on commit f44d62a

Please sign in to comment.