Skip to content

Commit

Permalink
Merge branch 'append_ppl_fix' of https://github.com/yerbol-akhmetov/p…
Browse files Browse the repository at this point in the history
…ypsa-earth into append_ppl_fix
  • Loading branch information
yerbol-akhmetov committed Apr 16, 2023
2 parents 28ffef2 + a2cbcc1 commit a893e77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build_powerplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ def add_custom_powerplants(ppl, inputs, config):
# if isinstance(custom_ppl_query, str):
# add_ppls.query(custom_ppl_query, inplace=True)

return pd.concat([ppl, add_ppls], sort=False, ignore_index=True, verify_integrity=True)
return pd.concat(
[ppl, add_ppls], sort=False, ignore_index=True, verify_integrity=True
)


def replace_natural_gas_technology(df):
Expand Down

0 comments on commit a893e77

Please sign in to comment.