Skip to content

Commit 3242655

Browse files
committed
Only include rps module if scenario id is not null
1 parent ddde45e commit 3242655

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
@@ -62,7 +62,6 @@ def write_csv(data: Iterable[List], fname, headers: List[str], log=True):
6262
"switch_model.transmission.transport.build",
6363
"switch_model.transmission.transport.dispatch",
6464
"switch_model.policies.carbon_policies",
65-
"switch_model.policies.rps_unbundled",
6665
# "switch_model.reporting.basic_exports_wecc",
6766
]
6867

@@ -695,6 +694,7 @@ def query_db(full_config, skip_cf):
695694
order by 1, 2;
696695
""",
697696
)
697+
modules.append("switch_model.policies.rps_unbundled")
698698

699699
########################################################
700700
# BIO_SOLID SUPPLY CURVE

0 commit comments

Comments
 (0)