From 25c128db8029ffa511ec5fcb5b6d8426b7204fd7 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Fri, 30 Jul 2021 15:21:38 -0500
Subject: [PATCH] minor

---
 modules/icing/pirep_goes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 406e0317..9f2b5821 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -573,8 +573,8 @@ def process(ice_dct, no_ice_dct, neg_ice_dct):
     ridxs = np.random.permutation(np.arange(no_ice_keys.shape[0]))
     no_ice_keys = no_ice_keys[ridxs]
     no_ice_tidx = no_ice_tidx[ridxs]
-    no_ice_keys = no_ice_keys[::14]
-    no_ice_tidx = no_ice_tidx[::14]
+    no_ice_keys = no_ice_keys[::12]
+    no_ice_tidx = no_ice_tidx[::12]
     print('no ice reduced: ', no_ice_keys.shape[0])
 
     sidxs = np.argsort(no_ice_keys)
-- 
GitLab