UDST / developer

Redesigned UrbanSim developer/pro forma models
https://udst.github.io/developer/
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Bug fixes and continuous integration updates #62

Closed smmaurer closed 6 years ago

smmaurer commented 6 years ago

EDIT: This PR now includes a number of small changes and bug fixes.

  1. 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.

  2. Migrates the Travis hooks from urbansim/developer to udst/developer, to restore continuous integration of the repository.

  3. Removes urbansim_parcels dependencies from the Travis script, because these aren't working following the move to UDST. See issue #63.

  4. 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.