EDIT: This PR now includes a number of small changes and bug fixes.
Fixes a bug in computing max-profit over all forms. If the argument to "forms" is None, max-profit should be computed over all forms present in the feasibility table. This was raised by @hanase in issue #59, and originally in https://github.com/UDST/urbansim/pull/194.
Migrates the Travis hooks from urbansim/developer to udst/developer, to restore continuous integration of the repository.
Removes urbansim_parcels dependencies from the Travis script, because these aren't working following the move to UDST. See issue #63.
Fixes a problem in sqftproforma.py where arrays possibly containing nans were being compared to numeric values. This evaluated correctly, but caused numpy to raise a warning.
EDIT: This PR now includes a number of small changes and bug fixes.
Fixes a bug in computing max-profit over all forms. If the argument to "forms" is None, max-profit should be computed over all forms present in the feasibility table. This was raised by @hanase in issue #59, and originally in https://github.com/UDST/urbansim/pull/194.
Migrates the Travis hooks from urbansim/developer to udst/developer, to restore continuous integration of the repository.
Removes urbansim_parcels dependencies from the Travis script, because these aren't working following the move to UDST. See issue #63.
Fixes a problem in sqftproforma.py where arrays possibly containing nans were being compared to numeric values. This evaluated correctly, but caused numpy to raise a warning.