From c831aa94d376bdb6d6077c957b4ea53dd8d98694 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 10 Mar 2021 12:23:05 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index cd99061a..56f782c1 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -184,7 +184,10 @@ def analyze(ice_dct, no_ice_dct):
     print(itrsct_vals.shape, comm1.shape, comm2.shape)
 
     ice_indexes = np.arange(len(ice_times))
+    print(ice_indexes.shape)
     np.random.shuffle(ice_indexes)
+    print(ice_indexes.shape)
+
     ucomm2 = ice_indexes[comm2 != ice_indexes]
     print(ucomm2.shape)
     ucomm2 = ucomm2[0:8000]
-- 
GitLab