diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index bc762037f04f12bb1490055445a2b6102355f2ec..6e1c6eb011ca757e7d7c470c67e6c174114f86cd 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]