Skip to content

Commit fb25f4c

Browse files
committed
Remove breakpoint
1 parent 3a48ce9 commit fb25f4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

switch_model/wecc/get_inputs/post_process_steps/aggregate_candidate_projects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ def agg_costs(x):
170170
on=["gen_load_zone", "timepoint", "gen_tech"],
171171
how='left'
172172
)
173-
breakpoint()
174-
# TODO
175173
else:
176174
raise NotImplementedError(f"Method '{cf_method}' is not implemented.")
177175
df = pd.concat([df[columns], df_keep])

0 commit comments

Comments
 (0)