diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index cd99061a0f55cbf6b75096a2bbb2a12ebb5d8856..56f782c1a9515afc24d173f58299ded2222cff18 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]