Skip to content

Commit

Permalink
per #1787, allow NA instead of only integers for climo_mean/stdev hou…
Browse files Browse the repository at this point in the history
…r_interval
  • Loading branch information
georgemccabe committed Sep 9, 2022
1 parent cb80ee9 commit 8ea203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/util/met_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def handle_climo_dict(config, app_name, output_dict):
'time_interp_method': ('string', 'remove_quotes,uppercase'),
'match_month': ('bool', 'uppercase'),
'day_interval': ('string', 'remove_quotes,uppercase'),
'hour_interval': 'int',
'hour_interval': ('string', 'remove_quotes,uppercase'),
'file_type': ('string', 'remove_quotes'),
}
is_ok = True
Expand Down

0 comments on commit 8ea203a

Please sign in to comment.