From a599f19a55b40c3683ee042cf03f44240627e258 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 27 Dec 2022 20:05:58 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 2fb73c2b..ba885c7f 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -793,6 +793,8 @@ 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() ?
+
     nn = SRCNN()
     out_sr = nn.run_evaluate(data, ckpt_dir)
     if out_file is not None:
-- 
GitLab