Fix variable name
This commit is contained in:
parent
4970a5cf2e
commit
61211eb87b
@ -110,7 +110,7 @@ def add_custom_powerplants(ppl, custom_powerplants, custom_ppl_query=False):
|
|||||||
|
|
||||||
def add_everywhere_powerplants(ppl, substations, everywhere_powerplants):
|
def add_everywhere_powerplants(ppl, substations, everywhere_powerplants):
|
||||||
# Create a dataframe with "everywhere_powerplants" of stated carriers at the location of all substations
|
# Create a dataframe with "everywhere_powerplants" of stated carriers at the location of all substations
|
||||||
generic_ppl = (
|
everywhere_ppl = (
|
||||||
pd.DataFrame(
|
pd.DataFrame(
|
||||||
itertools.product(substations.index.values, everywhere_powerplants),
|
itertools.product(substations.index.values, everywhere_powerplants),
|
||||||
columns=["substation_index", "Fueltype"],
|
columns=["substation_index", "Fueltype"],
|
||||||
|
Loading…
Reference in New Issue
Block a user