From f1e997e732966a766d9142c0a492665df434e891 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 29 Jul 2021 13:56:41 -0500 Subject: [PATCH] minor --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 4c210fdb..691e9b2e 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -451,7 +451,7 @@ def analyze(ice_dct, no_ice_dct): print(dt_str[2:]) -# This mostly reduces some categories for a degree of class balancing +# This mostly reduces some categories for a degree of class balancing and removes no intensity reports def process(ice_dct, no_ice_dct, neg_ice_dct): new_ice_dct = {} new_no_ice_dct = {} -- GitLab