Skip to content

Commit d1d3bfd

Browse files
Remove breakpoint from order_data function
1 parent 9eae93b commit d1d3bfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/compile_cost_assumptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,6 @@ def order_data(years: list, technology_dataframe: pd.DataFrame) -> pd.DataFrame:
21082108
patterns = ["High value heat Output", "District Heating Output,"]
21092109

21102110
# Find all matching heat recovery rows
2111-
breakpoint()
21122111
heat_masks = [
21132112
efficiency.index.str.contains(pattern) for pattern in patterns
21142113
]

0 commit comments

Comments
 (0)