From 7aaccf4e0f9b3a2b00a0171ec9eb4bc2dbe6ce48 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 15 Dec 2021 14:00:44 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index b6bf8151..e7c7d045 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -2060,8 +2060,7 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
 
         preds_2d_dct, probs_2d_dct = run_evaluate_static(data_dct, num_lines, num_elems, day_night=day_night,
                                                          ckpt_dir_s_path=model_path, prob_thresh=prob_thresh,
-                                                         use_flight_altitude=use_flight_altitude,
-                                                         flight_levels=[0])
+                                                         use_flight_altitude=use_flight_altitude)
         flt_lvls = list(preds_2d_dct.keys())
         for flvl in flt_lvls:
             probs = probs_2d_dct[flvl]
-- 
GitLab