diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 2d5031d569dc641634c2624d12dc328b706a84b1..6dca814e57198becf7911b96dc5b9017da44ca67 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