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 89122c4 commit 338a145Copy full SHA for 338a145
message_ix_models/model/material/build.py
@@ -121,7 +121,11 @@ def build(
121
for k, v in gen_other_ind_demands(get_ssp_from_context(context)).items():
122
scenario.add_par(
123
"demand",
124
- v[v["year"].isin(scen.vintage_and_active_years()["year_act"].unique())],
+ v[
125
+ v["year"].isin(
126
+ scenario.vintage_and_active_years()["year_act"].unique()
127
+ )
128
+ ],
129
)
130
scenario.commit("add new other industry demands")
131
# overwrite non-Materials industry technology calibration
0 commit comments