Skip to content

Commit a12f1ac

Browse files
committed
Correct syntax to generate dac investment costs
1 parent 634d29e commit a12f1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

message_ix_models/project/ssp/script/util/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from message_ix.utils import make_df
1717

1818
from message_ix_models.tools.add_dac import add_tech
19-
from message_ix_models.tools.costs.config import Config
19+
from message_ix_models.tools.costs.config import Config, MODULE
2020
from message_ix_models.tools.costs.projections import create_cost_projections
2121
from message_ix_models.util import broadcast, load_package_data
2222

@@ -290,7 +290,7 @@ def gen_te_projections(
290290
dac_techs = ["dac_lt", "dac_hte", "dac_htg"]
291291
model_tec_set = dac_techs
292292
cfg = Config(
293-
module="dac",
293+
module=MODULE.dac,
294294
ref_region=ref_reg,
295295
method=method,
296296
format="message",

0 commit comments

Comments
 (0)