diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 1b5ac5bb6f94b05a7f070752df4e8767b1b09ff9..dd86957e19936682589563fe5bbea86dc5926393 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -941,7 +941,6 @@ def analyze2(filename, filename_l1b): tn = np.sum(true_no_ice).astype(np.float32) fp = np.sum(false_ice).astype(np.float32) fn = np.sum(false_no_ice).astype(np.float32) - print(tp, tn, fp, fn) recall = tp / (tp + fn) precision = tp / (tp + fp) @@ -972,7 +971,6 @@ def analyze2(filename, filename_l1b): f.close() f_l1b.close() - return (icing_alt[no_ice], icing_alt[ice], cld_top_hgt[no_ice], cld_top_hgt[ice], cld_top_tmp[no_ice], cld_top_tmp[ice],