-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bring UDST up to date with MTC branch plus code debt payment #84
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ortional-jobs-with-editable-ratios Proportional jobs with editable ratios
(just copied from jason's original spreadsheet) use the first know to know whether to multiply by zone, county or regional pop
I'm confused it seems to be working on my machine - maybe it's a new error check in latest veresion of pandas or something
it doesn't want to cast the index to int
…-debt Code debt
for now, remove it since we don't want postgres to be central to our data processing pipeline
we now do a base year summary every run (rather than having a baseyearsim mode. in the first simulation year, we just write out the summaries and from then one we run the full set of models. the "-k" option of run.py is used to skip the base year when debugging.
we sometimes overfill buildings in the current code; working to fix
problem here was that groupby_random_choice doesn't support choosing from a group that doesn't exist. in the proportional model we sometimes ask to increase retail or gov/edu in a city / zone_id which does not have the correct building types this also requires changes in orca that are still being litigated
these changes will have to be reversed when my PR on orca gets merged: UDST/orca#20
…ortional-elcm-fixes starting proportional elcm fixes
…nCommission/bayarea_urbansim into code-debt Conflicts: README.md
…-debt Code debt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Probably too much to describe here - see releases .4-.7 here for more info.
There's a couple hundred modifications by @mkreilly to scenario inputs, as well as quite a bit of cleanup described in the latest code debt release