We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5b960 commit 56eaad9Copy full SHA for 56eaad9
switch_model/generators/core/dispatch.py
@@ -294,8 +294,8 @@ def _warn_on_extra_VARIABLE_GEN_TPS(m):
294
"the scheduled operational dates. If you expect those datapoints "
295
"to be useful, then those plants need to either come online "
296
"earlier, have longer lifetimes, or have options to build new "
297
- "new capacity when the old capacity reaches the provided "
298
- "end-of-life date."
+ "capacity when the old capacity reaches the provided end-of-life "
+ "date."
299
"\n".format(num_impacted_generators))
300
if extra_indexes:
301
logging.warning(warning_msg)
0 commit comments