diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index c8d2455153349208ddd2e41fefbe0cacb913b1c8..a0b0e7941eb23e7b39855645c6ca1003f942d245 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -467,6 +467,8 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct):
     ice_keys_2 = np.array(ice_keys_2)
     print('2: ', ice_times_2.shape)
     np.random.shuffle(ice_times_2)
+    np.random.shuffle(ice_keys_2)
+    ice_keys_2 = ice_keys_2[0:30000]
     #ice_times_2 = ice_times_2[0:30000]
 
     ice_times_1 = np.array(ice_files_1)