We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbf75a commit 959ee10Copy full SHA for 959ee10
switch_model/wecc/get_inputs.py
@@ -255,9 +255,10 @@ def query_db(full_config, skip_cf):
255
join switch.period as t using(period_id, study_timeframe_id)
256
where
257
sampled_timeseries.time_sample_id = {time_sample_id}
258
+ and sampled_timeseries.study_timeframe_id = {study_timeframe_id}
259
order by
260
label desc,
- timeseries desc;""",
261
+ timeseries asc;""",
262
)
263
264
# timepoints.csv
0 commit comments