Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Dec 17, 2024
1 parent fa1e5d4 commit 29e1065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions metplus/wrappers/ensemble_stat_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ def create_c_dict(self):
data_type='list',
extra_args={'remove_quotes': True})

self.add_met_config(name='eclv_points',
data_type='float')
self.add_met_config(name='eclv_points', data_type='float')

self.add_met_config(name='prob_cat_thresh',
data_type='list',
Expand Down
1 change: 0 additions & 1 deletion metplus/wrappers/point_stat_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import os

from ..util import getlistint
from ..util import time_util
from ..util import do_string_sub
from . import CompareGriddedWrapper

Expand Down

0 comments on commit 29e1065

Please sign in to comment.