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 49d57c8 commit a2ff016Copy full SHA for a2ff016
message_ix_models/tools/costs/decay.py
@@ -314,8 +314,6 @@ def get_technology_reduction_scenarios_data(
314
scenarios_reduction = _get_module_scenarios_reduction(module, energy_map, tech_map)
315
cost_reduction = _get_module_cost_reduction(module, energy_map, tech_map)
316
317
- cost_reduction.query("message_technology == 'bio_hpl'")
318
-
319
# get first year values
320
adj_first_year = (
321
tech_map[["message_technology", "first_year_original"]]
0 commit comments