BayAreaMetro / bayarea_urbansim

Bay Area Version of the UrbanSim Model
http://bayareametro.github.io/bayarea_urbansim
14 stars 11 forks source link

`sqft_per_job` function: Replace `fillna('O')` which is an undefined building type #339

Closed akselx closed 12 months ago

akselx commented 12 months ago

Should be fillna('OF') which is defined in https://github.com/BayAreaMetro/bayarea_urbansim/blob/49b7da4ad5e52a942b7ec1499b66984d5b1062a6/configs/developer/developer_settings.yaml#L92

https://github.com/BayAreaMetro/bayarea_urbansim/blob/d36fedca13617f01ee6ab6d277fa9797b25695ca/baus/variables.py#L152C60-L152C81