From a9c7b90b16d907f523496d481a57368edf984166 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 4 Apr 2021 22:01:35 -0500
Subject: [PATCH] snapshot...

---
 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 2d5031d5..6dca814e 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -894,7 +894,7 @@ def fov_extract():
     no_icing_int_s = np.full(num_no_ice, -1)
 
     ds_indexes = np.arange(num_ice + num_no_ice)
-    ds_indexes = np.random.shuffle(ds_indexes)
+    np.random.shuffle(ds_indexes)
 
     icing_intensity = np.concatenate([icing_int_s, no_icing_int_s])
 
@@ -932,4 +932,4 @@ def fov_extract():
         h5f.close()
 
     h5f_out.close()
-    h5f_out.close()
\ No newline at end of file
+    h5f_expl.close()
\ No newline at end of file
-- 
GitLab