From cfbe4689145f0942c645ec984e1b99532dd0717c Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 19 Jul 2023 10:33:42 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/cloud_fraction_fcn_abi.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py
index de0778fe..8728acfc 100644
--- a/modules/deeplearning/cloud_fraction_fcn_abi.py
+++ b/modules/deeplearning/cloud_fraction_fcn_abi.py
@@ -839,8 +839,6 @@ class SRCNN:
         cp = get_grid_values_all(h5f, label_param)
         t1 = time.time()
         print('   read time:', (t1-t0))
-        # lons = get_grid_values_all(h5f, 'longitude')
-        # lats = get_grid_values_all(h5f, 'latitude')
 
         bt_nh = bt[0:h_y_len + 1, :]
         refl_nh = refl[0:h_y_len + 1, :]
-- 
GitLab