Skip to content

Commit b2c2478

Browse files
committed
Only include rps module if scenario id is not null
1 parent 714e41d commit b2c2478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switch_model/wecc/get_inputs/get_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def write_csv(data: Iterable[List], fname, headers: List[str], log=True):
6161
"switch_model.transmission.transport.build",
6262
"switch_model.transmission.transport.dispatch",
6363
"switch_model.policies.carbon_policies",
64-
"switch_model.policies.rps_unbundled",
6564
# "switch_model.reporting.basic_exports_wecc",
6665
]
6766

@@ -689,6 +688,7 @@ def query_db(full_config, skip_cf):
689688
order by 1, 2;
690689
"""
691690
)
691+
modules.append("switch_model.policies.rps_unbundled")
692692

693693
########################################################
694694
# BIO_SOLID SUPPLY CURVE

0 commit comments

Comments
 (0)