From b70f0789c7fcd6e1ace0caee64f1ed635807710b Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 6 Nov 2023 10:42:39 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/util.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/modules/icing/util.py b/modules/icing/util.py
index 495c547e..276ceac8 100644
--- a/modules/icing/util.py
+++ b/modules/icing/util.py
@@ -828,11 +828,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
                 for ds_name in day_train_params:
                     day_grd_dct[ds_name] = np.stack(day_data_dct[ds_name])
 
-                # preds_day_dct, probs_day_dct = model_module.run_evaluate_static(day_grd_dct, num_day_tiles, day_model_path,
-                #                                                                 day_night='DAY', l1b_or_l2=l1b_andor_l2,
-                #                                                                 prob_thresh=prob_thresh,
-                #                                                                 use_flight_altitude=use_flight_altitude,
-                #                                                                 flight_levels=flight_levels)
                 preds_day_dct, probs_day_dct = \
                     model_module.run_evaluate_static_2(day_model, day_grd_dct, num_day_tiles, prob_thresh=prob_thresh,
                                                        use_flight_altitude=use_flight_altitude,
@@ -862,13 +857,6 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
                 for ds_name in nght_train_params:
                     nght_grd_dct[ds_name] = np.stack(nght_data_dct[ds_name])
 
-                # preds_nght_dct, probs_nght_dct = model_module.run_evaluate_static(nght_grd_dct, num_nght_tiles,
-                #                                                                   model_path,
-                #                                                                   day_night=mode,
-                #                                                                   l1b_or_l2=l1b_andor_l2,
-                #                                                                   prob_thresh=prob_thresh,
-                #                                                                   use_flight_altitude=use_flight_altitude,
-                #                                                                   flight_levels=flight_levels)
                 preds_nght_dct, probs_nght_dct = \
                     model_module.run_evaluate_static_2(night_model, nght_grd_dct, num_nght_tiles,
                                                        prob_thresh=prob_thresh,
-- 
GitLab