From a6819caa4dbd2ec9fa863838990e725334dab616 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 13 Apr 2021 15:28:53 -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 f0533811..cf596712 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -403,7 +403,7 @@ def process_2(ice_dct, no_ice_dct, neg_ice_dct): for tup in rpts: neg_ice_keys.append(ts) - print('num ice reports, no ice, neg ice: ', num_no_ice_reports, no_ice_keys.shape, neg_ice_keys.shape) + print('num ice reports, no ice, neg ice: ', num_no_ice_reports, len(no_ice_keys), len(neg_ice_keys)) print('------------------------------------------------') ice_keys_5_6 = np.array(ice_keys_5_6) -- GitLab