Skip to content

Commit 6933120

Browse files
pesapstaadecker
authored andcommitted
Propagate change to other post process files
1 parent 7273476 commit 6933120

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

switch_model/wecc/get_inputs/post_process_steps/add_storage.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
the csvs in the inputs folder.
66
"""
77
import pandas as pd
8-
98
from switch_model.wecc.get_inputs.register_post_process import register_post_process
109

1110

@@ -102,11 +101,9 @@ def drop_previous_candidate_storage():
102101

103102

104103
@register_post_process(
105-
name="add_storage",
106104
msg="Adding storage from Google Sheets",
107-
priority=1, # Increased priority (default is 2) so that it always runs before replace_plants_in_zone_all.py
108105
)
109-
def main(config):
106+
def post_process(config):
110107
# Drop previous candidate storage from inputs
111108
drop_previous_candidate_storage()
112109

0 commit comments

Comments
 (0)