Skip to content

Commit

Permalink
format stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGeis committed Feb 23, 2024
1 parent bd6a560 commit c621c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile_cost_assumptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ def add_carbon_capture(data, tech_data):
data.loc[(tech,"capture_rate"), 'unit'] = 'per unit'


for tech in ['direct air capture', 'cement capture', 'biomass CHP capture']:
for tech in ['direct air capture', 'cement capture', 'biomass CHP capture']:

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

0 comments on commit c621c5e

Please sign in to comment.