We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2afe9 commit 04e5544Copy full SHA for 04e5544
message_ix_models/tools/costs/decay.py
@@ -365,8 +365,10 @@ def get_technology_reduction_scenarios_data(
365
)
366
367
raise ValueError(
368
- f"The following technology + scenario + reduction rate combinations are missing data. Please check the reduction rate exists for the technology.\n\
369
- {check_nan.print.unique().tolist()}."
+ "The following technology + scenario + reduction rate combinations "
+ "are missing data. "
370
+ "Please check that the reduction rate exists for the technology.\n"
371
+ f"{check_nan.print.unique().tolist()}."
372
373
374
# if reduction_rate is "none", then set cost_reduction to 0
0 commit comments