From 120ac99861c69e29ba5efbe987023c88ba916f1d Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 28 Dec 2022 15:38:28 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 424da51c..9d3032e2 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -348,7 +348,6 @@ class SRCNN:
 
     @tf.function(input_signature=[tf.TensorSpec(None, tf.int32)])
     def data_function_evaluate(self, indexes):
-        # TODO: modify for user specified altitude
         out = tf.numpy_function(self.get_in_mem_data_batch_eval, [indexes], [tf.float32])
         return out
 
-- 
GitLab