-
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
Debugging PR #31
Debugging PR #31
Conversation
Hello @samgdotson! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-08-27 13:42:07 UTC |
ramp_limit_up = 1.0 | ||
ramp_limit_down = 1.0 | ||
p_nom_min = p_nom | ||
|
||
# minimum/maximum power output | ||
if tech == 'LWR': | ||
p_min_pu = 0.95 | ||
p_max_pu = 1.0 | ||
p_min_pu = 0 |
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.
Just a note that would be nice to get these numeric values (and any others) moved over to the config file in a future PR.
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 was able to run the file and get results. Code changes seem reasonable with a lot of focus on refactoring, whitespace changes, etc.
This pull request accomplishes a few things
Current known issues:
Further notes
This version of PyPSA (0.28.0) does not curtail energy from thermal generators. This led to the infeasibility previously noted by @jruzekow.
Edit:
For reviewers
It would be extremely helpful if reviewers could update the "End date" field once the PR has been approved and merged. Thanks!