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 d9623e5 commit abc870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/wrappers/command_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ def handle_climo_dict(self):
'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'),
}
for climo_type in self.climo_types:
Expand Down

0 comments on commit abc870a

Please sign in to comment.