diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 56f782c1a9515afc24d173f58299ded2222cff18..0b691fe3c3e7397a457f619f72d116a8ab7787f5 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -188,6 +188,9 @@ def analyze(ice_dct, no_ice_dct):
     np.random.shuffle(ice_indexes)
     print(ice_indexes.shape)
 
+    obj = comm2 != ice_indexes
+    print(obj.shape)
+
     ucomm2 = ice_indexes[comm2 != ice_indexes]
     print(ucomm2.shape)
     ucomm2 = ucomm2[0:8000]