From 43e59c0ad21f17c80186d7c6bd2ce7da7e7952c6 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 14 Nov 2023 11:20:36 -0600
Subject: [PATCH] snapshot...

---
 modules/deeplearning/icing_fcn.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index a267ed40..e673ca30 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -1177,6 +1177,7 @@ def run_evaluate_static_2(model, data_dct, num_tiles, prob_thresh=0.5, flight_le
     return preds_dct, probs_dct
 
 
+#  This probable just won't work, maybe not even a good idea? ------------------
 def run_average_models(ckpt_dir_s_path, day_night='NIGHT', l1b_andor_l2='BOTH', use_flight_altitude=False):
 
     ckpt_dir_s = os.listdir(ckpt_dir_s_path)
-- 
GitLab