From 5de290899b7c97e6c9029ac1cd5a0e65dbcdf8e8 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 26 Dec 2022 13:30:28 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 09c8f640..1e1b1599 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -796,8 +796,6 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     print(data.shape)
     data = np.expand_dims(data, axis=0)
     print(data.shape)
-    dn = denormalize(grd_c, label_param, mean_std_dct)
-    return hr_grd_c, grd_c, dn
 
     nn = SRCNN()
     out_sr = nn.run_evaluate(data, ckpt_dir)
-- 
GitLab