UDST / bayarea_urbansim

UrbanSim implementation for the San Francisco Bay Area
14 stars 26 forks source link

accessory_units model step fails for simulation years not in 2010, 2015, 2020, etc. #92

Open mxndrwgrdnr opened 6 years ago

mxndrwgrdnr commented 6 years ago

the accessory_units model step reads from this csv and slices the csv using the simulation year (iter_var) as the column index. Since the csv has been hardcoded with field names from 2010 to 2040 by fives, if a different EVERY_NTH_YEAR param is set in baus.py, or if different IN_YEAR or OUT_YEAR params are specified, the accessory_units step fails.