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 18, 2024
1 parent b350384 commit 1c9cc0d
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 @@ -145,6 +145,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 1c9cc0d

Please sign in to comment.