From 503d7c1b1616115e12a20744006ce08c1bd775fc Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 13 Apr 2021 10:17:21 -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 b25428ce..0e5ada54 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1144,7 +1144,7 @@ def run_mean_std(): data = [] for dname in ds_list: - for ice_h5f, idx in enumerate(ice_h5f_lst): + for idx, ice_h5f in enumerate(ice_h5f_lst): no_ice_h5f = no_ice_h5f_lst[idx] data.append(ice_h5f[dname][:,].flatten()) data.append(no_ice_h5f[dname][:,].flatten()) -- GitLab