Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Dec 4, 2024
1 parent 76ca448 commit d4f3cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/osemosys_global/powerplant/backstop.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_backstop_data(
)
).reset_index()
oar["REGION"] = region
oar["FUEL"] = oar.TECHNOLOGY.str.replace("BCK", "ELEC")
oar["FUEL"] = oar.TECHNOLOGY.str.replace("BCK", "ELC")
oar["FUEL"] = oar.FUEL + "02"
oar["MODE_OF_OPERATION"] = 1
oar["VALUE"] = 1
Expand Down

0 comments on commit d4f3cbc

Please sign in to comment.