Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes and continuous integration updates #62

Merged
merged 6 commits into from
Jan 1, 2018
Merged

Conversation

smmaurer
Copy link
Member

@smmaurer smmaurer commented Dec 21, 2017

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 Bug in computing max profit over all forms #59, and originally in Compute max-profit over all forms if "form" is None urbansim#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 Fix deploy keys for Travis CI #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.

@smmaurer smmaurer changed the title Fix bug in computing max-profit over all forms Bug fixes and continuous integration updates Dec 22, 2017
@smmaurer smmaurer merged commit 5d22b77 into master Jan 1, 2018
@smmaurer smmaurer deleted the max-profit-bug branch January 1, 2018 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants