Skip to content

Commit

Permalink
change liquid_fuel_prices series name
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed Dec 19, 2024
1 parent 3fee12a commit e87f36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ispypsa/templater/dynamic_generator_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def _template_liquid_fuel_prices(
liquid_fuel_prices = _convert_financial_year_columns_to_float(liquid_fuel_prices)
liquid_fuel_prices_scenario = liquid_fuel_prices.loc[scenario, :]
liquid_fuel_prices_scenario.index.set_names("FY", inplace=True)
liquid_fuel_prices_scenario.name = "fuel_price"
return liquid_fuel_prices_scenario


Expand Down

0 comments on commit e87f36c

Please sign in to comment.