diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 2fb73c2b148978ba7c2136cba3a9d9fa3279df5e..ba885c7f1517b314e83d3f23e32cd674567946ac 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: