Skip to content

Commit c621c5e

Browse files
committed
format stuff
1 parent bd6a560 commit c621c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile_cost_assumptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)