Skip to content

Commit bd6a560

Browse files
committed
formatting
1 parent f0f448c commit bd6a560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/compile_cost_assumptions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def clean_up_units(tech_data, value_column="", source=""):
845845

846846
if "methanolisation" in tech_data.index:
847847
tech_data = tech_data.sort_index()
848-
tech_data.loc[("methanolisation", "Variable O&M"), "unit"] = "EUR/MWh_MeOH"
848+
tech_data.loc[('methanolisation', 'Variable O&M'), "unit"] = "EUR/MWh_MeOH"
849849

850850
tech_data.unit = tech_data.unit.str.replace("\)", "")
851851
return tech_data
@@ -1292,7 +1292,7 @@ def add_carbon_capture(data, tech_data):
12921292
data.loc[(tech,"capture_rate"), 'unit'] = 'per unit'
12931293

12941294

1295-
for tech in ['direct air capture','cement capture', 'biomass CHP capture']:
1295+
for tech in ['direct air capture', 'cement capture', 'biomass CHP capture']:
12961296

12971297
data.loc[(tech,"investment"), years] = tech_data.loc[(tech,'Specific investment'), years].values[0]*1e6
12981298
data.loc[(tech,"investment"), 'unit'] = 'EUR/(tCO2/h)'

0 commit comments

Comments
 (0)