Skip to content

Commit c3ab187

Browse files
pesapstaadecker
authored andcommitted
Fixing params for hydro module
1 parent 7a0cab7 commit c3ab187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch_model/wecc/get_inputs/get_inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ def query_db(config, skip_cf):
594594
p.label || '_M' || date_part('month', timestamp_utc) AS tp_to_hts
595595
FROM switch.sampled_timepoint AS tp
596596
JOIN switch.period AS p USING(period_id, study_timeframe_id)
597-
WHERE time_sample_id = {time_sample_id}
598-
AND study_timeframe_id = {study_timeframe_id}
597+
WHERE time_sample_id = {params.time_sample_id}
598+
AND study_timeframe_id = {params.study_timeframe_id}
599599
ORDER BY 1;
600600
""",
601601
)

0 commit comments

Comments
 (0)