From d982370f445265283e3c49891e6a20d9bff55937 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 10 Mar 2021 13:02:42 -0600
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 bc762037..6e1c6eb0 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -184,7 +184,7 @@ def analyze(ice_dct, no_ice_dct):
     ice_indexes = np.arange(len(ice_times))
 
     ucomm2 = np.setdiff1d(comm2, ice_indexes)
-    print(ucomm2.shape)
+    print(ucomm2)
     np.random.shuffle(ucomm2)
     ucomm2 = ucomm2[0:8000]
 
-- 
GitLab