Skip to content

Commit

Permalink
Remove random query line
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Dec 18, 2024
1 parent 9830016 commit f6c4562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions message_ix_models/tools/costs/decay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
Expand Down

0 comments on commit f6c4562

Please sign in to comment.