From 05cc08b501a837cddaa43b05e26541365b54e5df Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 30 Nov 2022 10:47:56 -0600 Subject: [PATCH] minor... --- modules/deeplearning/icing_fcn.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py index c7c305f2..f00eac31 100644 --- a/modules/deeplearning/icing_fcn.py +++ b/modules/deeplearning/icing_fcn.py @@ -557,7 +557,8 @@ class IcingIntensityFCN: # For testing, make better # print('total: ', len(tst_idxs)) - # keep = flt_alt > 3000 + # 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) -- GitLab