VisionEval / VisionEval-Dev

Development version of VisionEval framework
https://visioneval.github.io/
Apache License 2.0
6 stars 32 forks source link

Correct error in AssignDrivers module in VEHouseholdVehiclesWithAdj package and add drivers data type (DRV) #113

Closed gregorbj closed 4 years ago

gregorbj commented 4 years ago

Corrected error in AssignDrivers module in VEHouseholdVehiclesWithAdj package. Module crashed when presented with all households located within region are Urban LocType (none in Town or Rural). Added guards to run code for non-urban households only when non-urban households exist. Likewise added guard to run code for urban households only when urban households exist. Added the driver (DRV) data type to the Types function in the visioneval package. The AssignDrivers module in the VEHouseholdVehiclesWithAdj package requires this data type. Also added model files for running the RSPM model with the VEHouseholdVehiclesWithAdj package (VERSPM-VehAdj).

jrawbits commented 4 years ago

Included in next push.