diff --git a/modules/deeplearning/icing_fcn.py b/modules/deeplearning/icing_fcn.py
index 43d3c952be959efb6add14dff6f6b939f76e78f7..a5cf59a7b54060ba9210820194485d0c0e6dbfce 100644
--- a/modules/deeplearning/icing_fcn.py
+++ b/modules/deeplearning/icing_fcn.py
@@ -1145,7 +1145,8 @@ 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? ------------------
+#  This probable just won't work, maybe not even a good idea?
+#  Keep for example of accessing model weights  --------------------------------
 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)