From 449d005378aaecd057c68c158627cef0c374f1ec Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 13 Apr 2021 10:32:48 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 0e5ada54..9034bf9a 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1142,8 +1142,8 @@ def run_mean_std(): ice_h5f_lst = [h5py.File(f, 'r') for f in ice_flist] no_ice_h5f_lst = [h5py.File(f, 'r') for f in no_ice_flist] - data = [] for dname in ds_list: + data = [] for idx, ice_h5f in enumerate(ice_h5f_lst): no_ice_h5f = no_ice_h5f_lst[idx] data.append(ice_h5f[dname][:,].flatten()) -- GitLab