Skip to content

Commit

Permalink
Propagate change to other post process files
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap authored and staadecker committed Jan 28, 2023
1 parent 7273476 commit 6933120
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
the csvs in the inputs folder.
"""
import pandas as pd

from switch_model.wecc.get_inputs.register_post_process import register_post_process


Expand Down Expand Up @@ -102,11 +101,9 @@ def drop_previous_candidate_storage():


@register_post_process(
name="add_storage",
msg="Adding storage from Google Sheets",
priority=1, # Increased priority (default is 2) so that it always runs before replace_plants_in_zone_all.py
)
def main(config):
def post_process(config):
# Drop previous candidate storage from inputs
drop_previous_candidate_storage()

Expand Down

0 comments on commit 6933120

Please sign in to comment.