diff --git a/scripts/build_powerplants.py b/scripts/build_powerplants.py index 16683bee..f94000c6 100755 --- a/scripts/build_powerplants.py +++ b/scripts/build_powerplants.py @@ -110,7 +110,7 @@ def add_custom_powerplants(ppl, custom_powerplants, custom_ppl_query=False): def add_everywhere_powerplants(ppl, substations, everywhere_powerplants): # Create a dataframe with "everywhere_powerplants" of stated carriers at the location of all substations - generic_ppl = ( + everywhere_ppl = ( pd.DataFrame( itertools.product(substations.index.values, everywhere_powerplants), columns=["substation_index", "Fueltype"],