We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634d29e commit a12f1acCopy full SHA for a12f1ac
message_ix_models/project/ssp/script/util/functions.py
@@ -16,7 +16,7 @@
16
from message_ix.utils import make_df
17
18
from message_ix_models.tools.add_dac import add_tech
19
-from message_ix_models.tools.costs.config import Config
+from message_ix_models.tools.costs.config import Config, MODULE
20
from message_ix_models.tools.costs.projections import create_cost_projections
21
from message_ix_models.util import broadcast, load_package_data
22
@@ -290,7 +290,7 @@ def gen_te_projections(
290
dac_techs = ["dac_lt", "dac_hte", "dac_htg"]
291
model_tec_set = dac_techs
292
cfg = Config(
293
- module="dac",
+ module=MODULE.dac,
294
ref_region=ref_reg,
295
method=method,
296
format="message",
0 commit comments