Skip to content

Commit 792b1f8

Browse files
committed
add index names back
1 parent 66d011d commit 792b1f8

8 files changed

+2683
-2681
lines changed

outputs/costs_2020.csv

+383-383
Large diffs are not rendered by default.

outputs/costs_2025.csv

+383-383
Large diffs are not rendered by default.

outputs/costs_2030.csv

+383-383
Large diffs are not rendered by default.

outputs/costs_2035.csv

+383-383
Large diffs are not rendered by default.

outputs/costs_2040.csv

+383-383
Large diffs are not rendered by default.

outputs/costs_2045.csv

+383-383
Large diffs are not rendered by default.

outputs/costs_2050.csv

+383-383
Large diffs are not rendered by default.

scripts/compile_cost_assumptions.py

+2
Original file line numberDiff line numberDiff line change
@@ -2358,6 +2358,8 @@ def prepare_inflation_rate(fn):
23582358
data = add_SMR_data(data)
23592359
# add solar rooftop costs by taking the mean of commercial and residential
23602360
data = add_mean_solar_rooftop(data)
2361+
2362+
data.index.names = ["technology", "parameter"]
23612363
# %% (3) ------ add additional sources and save cost as csv ------------------
23622364
# [RTD-target-multiindex-df]
23632365
for year in years:

0 commit comments

Comments
 (0)