-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update pypsa version (to 0.25.2) #663
Comments
This will also require updating pandas and python (now >=3.9) |
There is already pypsa 0.25.2 that includes some bugfixes, so I would directly switch to that version |
Changes in the clustering of pypsa require that all lines and transformers have an |
Check arguments:
Plots will be checked in #685 |
The current version of the feature branch is working fine with the parameters that are already checked in the list above. |
…rate UC constraints and rolling horizon
The problems that occurred when using ehv clustering were actually not a real bug, but a new behaviour in pypsa's clustering: When all time series values are the default value, the time series is dropped because it is the same as the static default value. Especially in test cases with only a few snapshots, the p__max_pu time series of some wind offshore generators is always 1. |
Features/#663 update pypsa version
In general it is good to be state-of-the-art again and in particular I want to use the optimize_with_rolling_horizon() functionality (see #664 )...
I think it will be crucial then to mainly switch from lopf() to optimize() since many functionalities are no longer developed for the lopf()...
The text was updated successfully, but these errors were encountered: