From 7ec789f03311e3e9b809e144dd84ae2373ef600c Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 27 Jan 2022 21:13:04 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 13307d4b..df4d4325 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -2282,7 +2282,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
             fd_preds[nght_idxs] = nght_preds[:]
             fd_probs[nght_idxs] = nght_probs[:]
 
-
         for flvl in flight_levels:
             fd_preds = preds_2d_dct[flvl]
             fd_probs = probs_2d_dct[flvl]
-- 
GitLab