From 49ce8e5d62ba14c66c76295d31dfbdcee30f1810 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 31 Oct 2023 11:07:03 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/icing_fcn.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index 0266abf8..6cf258c8 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -579,12 +579,6 @@ class IcingIntensityFCN:
         flt_alt = h5f['flight_altitude'][:]
         tst_idxs = np.arange(time.shape[0])
 
-        # For testing, make better
-        # print('total: ', len(tst_idxs))
-        # keep = flt_alt < 3400
-        # # keep = np.logical_and(flt_alt > 8000, flt_alt < 15000)
-        # tst_idxs = tst_idxs[keep]
-
         self.num_data_samples = len(tst_idxs)
 
         self.get_test_dataset(tst_idxs)
-- 
GitLab