diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index d77a255954e47b02d1e22d78dbf5c620fe5fe13d..7b9f70e17aceb07adecb6de3f514327cf9f99c57 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)