These changes come out of changes to how urbansim_parcels calls the pro forma model. Addresses #10.
.travis.yml
Changed Travis build for this repository not only to run py.test, but also to clone the urbansim_parcels repo and run simulate.py to make sure the whole system is working.
These changes come out of changes to how
urbansim_parcels
calls the pro forma model. Addresses #10..travis.yml
Changed Travis build for this repository not only to run
py.test
, but also to clone theurbansim_parcels
repo and runsimulate.py
to make sure the whole system is working.sqftproforma.py
SqftProForma
object. See here. These are also added to the constructor method,get_default
method, andto_dict
propertylookup
, since they are now object attributes that can be called directly.simple_zoning
to thelookup
method. This used to be in the parcel model here.residential_to_yearly
to thelookup
method. this used to be in the parcel model here