Skip to content

Commit

Permalink
bugfix #1641 develop StatAnalysis list format (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe authored Jun 7, 2022
1 parent f84edfc commit 5259615
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions metplus/wrappers/stat_analysis_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,6 @@ def run_stat_analysis_job(self, runtime_settings_dict_list):
# with other wrappers
mp_lists = ['MODEL',
'DESC',
'OBTYPE',
'FCST_LEAD',
'OBS_LEAD',
'FCST_VALID_HOUR',
Expand All @@ -1769,12 +1768,13 @@ def run_stat_analysis_job(self, runtime_settings_dict_list):
'OBS_UNITS',
'FCST_LEVEL',
'OBS_LEVEL',
'OBTYPE',
'VX_MASK',
'INTERP_MTHD',
'INTERP_PNTS',
'FCST_THRESH',
'OBS_THRESH',
'CONV_THRESH',
'COV_THRESH',
'ALPHA',
'LINE_TYPE'
]
Expand All @@ -1793,9 +1793,6 @@ def run_stat_analysis_job(self, runtime_settings_dict_list):
'FCST_INIT_END',
'OBS_INIT_BEG',
'OBS_INIT_END',
'DESC',
'OBTYPE',
'FCST_LEAD'
]
for mp_item in mp_items:
if not runtime_settings_dict.get(mp_item, ''):
Expand Down

0 comments on commit 5259615

Please sign in to comment.