From 2cd1b1ab28b53bce67d8d4b350e16bede118151e Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 10 Mar 2021 12:39:10 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 56f782c1..0b691fe3 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] -- GitLab