-
Notifications
You must be signed in to change notification settings - Fork 9
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
Gb/pagg missing gids #13
Conversation
…s are missing resource gids
…, when the bad capacity is added to the good capacity, the += index method didn't property add the data. Put in a for loop. Works. Added test.
de595c3
to
ce52a3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be honest I don't know enough about the workflow to comment on the functional changes.
One syntax comment and one question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge away assuming rebase and docs are up-to-date
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc update approved
There was a bug in plexos aggregation where if the CF file was missing res gids it would try and allocate that buildout to valid gids, but it wasnt working perfectly. I found the bug and added a test. All good now. Will tell greg (minor effect in the most recent naris data).
bug fix was weird pandas += behavior: 3075efc