Skip to content

Commit 0c15238

Browse files
committed
Remove breakpoint
1 parent 3badd09 commit 0c15238

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
@@ -169,8 +169,6 @@ def agg_costs(x):
169169
df = df.merge(
170170
zonal_cf, on=["gen_load_zone", "timepoint", "gen_tech"], how="left"
171171
)
172-
breakpoint()
173-
# TODO
174172
else:
175173
raise NotImplementedError(f"Method '{cf_method}' is not implemented.")
176174
df = pd.concat([df[columns], df_keep])

0 commit comments

Comments
 (0)