datakind / dk-routing

Container-based Action Routing Tool (CART)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove errors for empty zones

Zebreu opened this issue · comments

BACKGROUND: If your config file lists zones for which no customers are listed in the Customer_Data file, Terminal throws an error message and optimization is stopped. As we have begun using the optimization for additional purposes, sometimes we optimize a subgroup of customers. To avoid this error problem, we currently have to change the config file each time based on which zones are included.
REQUEST: Force the optimization to ignore the error and proceed with the optimization for other zones.