From 721b42ca9560a96d53f8d9ace3eda693d95416bd Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Fri, 30 Apr 2021 10:25:17 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/icing_cnn.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/deeplearning/icing_cnn.py b/modules/deeplearning/icing_cnn.py
index fcadd0f3..da3b44ef 100644
--- a/modules/deeplearning/icing_cnn.py
+++ b/modules/deeplearning/icing_cnn.py
@@ -151,7 +151,6 @@ class IcingIntensityNN:
         self.initial_learning_rate = None
 
         n_chans = len(train_params)
-        NUM_PARAMS = n_chans
         if TRIPLET:
             n_chans *= 3
         self.X_img = tf.keras.Input(shape=(img_width, img_width, n_chans))
-- 
GitLab