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 60da2d4 commit ae8130d
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_lev) as stat_header_id order by length(stat_header_id) limit 1;"
" group by model, fcst_var, fcst_thresh) as stat_header_id order by length(stat_header_id) 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 ae8130d

Please sign in to comment.