From 570047927fd374d7b991fb831a1fcc3e23c12074 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 15 Mar 2023 13:19:09 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/cnn_cld_frac_mod_res.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/deeplearning/cnn_cld_frac_mod_res.py b/modules/deeplearning/cnn_cld_frac_mod_res.py
index e79550f8..245cb451 100644
--- a/modules/deeplearning/cnn_cld_frac_mod_res.py
+++ b/modules/deeplearning/cnn_cld_frac_mod_res.py
@@ -390,7 +390,6 @@ class SRCNN:
             tmp = tmp[:, 0:66, 0:66]
         if label_param != 'cloud_probability':
             tmp = normalize(tmp, label_param, mean_std_dct)
-
         data_norm.append(tmp)
         # ---------
         data = np.stack(data_norm, axis=3)
-- 
GitLab