Skip to content

Commit a3de42c

Browse files
committed
Remove breakpoint
1 parent 0e7dd07 commit a3de42c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

switch_model/wecc/get_inputs/post_process_steps/replace_plants_in_zone_all.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def replace_plants_in_zone_all(_):
1515
num_zones = len(load_zones)
1616

1717
def replace_rows(plants_to_copy, filename, df=None, plants_col="GENERATION_PROJECT", load_column=None):
18-
breakpoint()
1918
# If the df does not already exist, read the file
2019
if df is None:
2120
df = pd.read_csv(filename, index_col=False)

0 commit comments

Comments
 (0)