Skip to content

Commit

Permalink
Re-set to 100 ghost trips per mode #134
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaKS123 committed May 27, 2023
1 parent b5d6557 commit 7ae1cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_ghost_trips.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add_ghost_trips <- function(raw_trip_set,trip_mode='bus_driver',
scenario = NA){

## values for new ghost journeys
nPeople <- 1000
nPeople <- 100
nTrips <- 1
total_ref_distance <- sum(raw_trip_set[raw_trip_set$stage_mode==reference_mode,]$stage_distance,na.rm=T)

Expand Down

0 comments on commit 7ae1cf8

Please sign in to comment.