Added copying of households.csv and persons.csv along with plans.csv to Beam scenario folder after full population run of ActivitySim. When ActivitySim does replanning iterations only plans.csv file is copied. Now settings.yaml contains beam_scenario_folder parameter instead of beam_plans.
Now copy_plans_from_asim is called only from run_traffic_assignment in order to avoid double file copying.
copy_plans_from_asim has parameter replanning_iteration_number. One needs to pass i + 1 there.
households.csv
andpersons.csv
along withplans.csv
to Beam scenario folder after full population run of ActivitySim. When ActivitySim does replanning iterations onlyplans.csv
file is copied. Nowsettings.yaml
containsbeam_scenario_folder
parameter instead ofbeam_plans
.copy_plans_from_asim
is called only fromrun_traffic_assignment
in order to avoid double file copying.copy_plans_from_asim
has parameterreplanning_iteration_number
. One needs to passi + 1
there.