From f6c45621c9a1b2e5d0c8f19bcc1ef5bb6ef0fd2b Mon Sep 17 00:00:00 2001 From: Measrainsey Meng Date: Wed, 18 Dec 2024 13:45:02 +0100 Subject: [PATCH] Remove random query line --- message_ix_models/tools/costs/decay.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/message_ix_models/tools/costs/decay.py b/message_ix_models/tools/costs/decay.py index 2893f1aea..55296cc07 100644 --- a/message_ix_models/tools/costs/decay.py +++ b/message_ix_models/tools/costs/decay.py @@ -314,8 +314,6 @@ def get_technology_reduction_scenarios_data( scenarios_reduction = _get_module_scenarios_reduction(module, energy_map, tech_map) cost_reduction = _get_module_cost_reduction(module, energy_map, tech_map) - cost_reduction.query("message_technology == 'bio_hpl'") - # get first year values adj_first_year = ( tech_map[["message_technology", "first_year_original"]]