Skip to content

Commit ecf2597

Browse files
measrainseykhaeru
authored andcommitted
Fix line length for linting
1 parent ece612a commit ecf2597

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

message_ix_models/tools/costs/decay.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,10 @@ def get_technology_reduction_scenarios_data(
365365
)
366366

367367
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()}."
368+
"The following technology + scenario + reduction rate combinations "
369+
"are missing data. "
370+
"Please check that the reduction rate exists for the technology.\n"
371+
f"{check_nan.print.unique().tolist()}."
370372
)
371373

372374
# if reduction_rate is "none", then set cost_reduction to 0

0 commit comments

Comments
 (0)