Skip to content

Commit a670220

Browse files
committed
Merge pull request #96 from staadecker/optional-modules
Only include RPS module when needed
2 parents 5dec13d + 6b93cc8 commit a670220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switch_model/wecc/get_inputs/get_inputs.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def write_csv(data: Iterable[List], fname, headers: List[str], log=True):
6868
"switch_model.transmission.transport.build",
6969
"switch_model.transmission.transport.dispatch",
7070
"switch_model.policies.carbon_policies",
71-
"switch_model.policies.rps_unbundled",
7271
"switch_model.policies.min_per_tech", # Always include since it provides useful outputs even when unused
7372
# "switch_model.reporting.basic_exports_wecc",
7473
# Always include since by default it does nothing except output useful data
@@ -722,6 +721,7 @@ def query_db(full_config, skip_cf):
722721
order by 1, 2;
723722
"""
724723
)
724+
modules.append("switch_model.policies.rps_unbundled")
725725

726726
########################################################
727727
# BIO_SOLID SUPPLY CURVE

0 commit comments

Comments
 (0)