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 85150a1 commit 2357c4cCopy full SHA for 2357c4c
switch_model/wecc/get_inputs.py
@@ -252,9 +252,10 @@ def query_db(full_config, skip_cf):
252
join switch.period as t using(period_id, study_timeframe_id)
253
where
254
sampled_timeseries.time_sample_id = {time_sample_id}
255
+ and sampled_timeseries.study_timeframe_id = {study_timeframe_id}
256
order by
257
label desc,
- timeseries desc;""",
258
+ timeseries asc;""",
259
)
260
261
# timepoints.csv
0 commit comments