From f9d1be7989c954fc8388a818978ad9944e5a8efc Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Thu, 29 Dec 2022 15:58:24 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index d77a2559..7b9f70e1 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -791,7 +791,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
     data = np.stack([grd_c], axis=2)
     data = np.expand_dims(data, axis=0)
 
-    #h5f.close() ?
+    h5f.close()
 
     nn = SRCNN()
     out_sr = nn.run_evaluate(data, ckpt_dir)
-- 
GitLab