Skip to content

Commit

Permalink
metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed May 14, 2024
1 parent ae8130d commit c5ea16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def build_stats_object(self):
"' and fcst_var = '" + fvar + \
"' order by stat_header_id)" + \
app_specific_clause + \
" group by model, fcst_var, fcst_thresh) as stat_header_id order by length(stat_header_id) limit 1;"
" group by model, fcst_var, vx_mask) as stat_header_id order by length(stat_header_id) desc limit 1;"
if debug:
print(self.script_name + " - Getting get_stat_header_ids lens for model " + model + " and variable " + fvar + " sql: " + get_stat_header_ids)
try:
Expand Down

0 comments on commit c5ea16e

Please sign in to comment.