-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multi invest bug #42
Multi invest bug #42
Conversation
Hello @samgdotson! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-09-11 16:26:45 UTC |
Co-authored-by: Sam Dotson <[email protected]>
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.
With the suggested changes I approve this PR. Lots of good work here!
This PR fixes the multi-investment issue where PyPSA was using generators from future years in earlier ones. Closes #40.
Why should we use pull requests to collaborate?
Where to focus attention
The following files should be prioritized for review:
scripts/
folder (these should be python source files, 8 in total).utils/
folder (these should be python source files, 2 in total).Snakefile
fileconfig.yml
fileThe jupyter notebook files can be ignored since they are experimental and will be removed in a future pull request.
How to review a pull request
This post goes over the steps for reviewing a pull request.
Recommended checklist for reviewing a pull request
The guide below is modified from the Advanced Reactors and Fuel Cycles (ARFC) research group at the University of Illinois Urbana-Champaign
praise.
Clean Code
repository (PEP8 for python,
google C++ style guide, etc.)
added to confirm good behavior?
the tests?
locally, build, and run the tests.
.swp
files,etc.)?
with the repository license?
where needed (to resolve the above).
in your review?
close this issue when the PR is merged