From cbfd68fe54181ff87883609cc473f4af7b18278f Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 28 Mar 2023 13:04:13 -0500
Subject: [PATCH] snapshot...

---
 modules/deeplearning/cloud_fraction_fcn.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/deeplearning/cloud_fraction_fcn.py b/modules/deeplearning/cloud_fraction_fcn.py
index e5433caf..84cbcd0c 100644
--- a/modules/deeplearning/cloud_fraction_fcn.py
+++ b/modules/deeplearning/cloud_fraction_fcn.py
@@ -910,7 +910,7 @@ def analyze_3cat(file):
         [precision_0, precision_1, precision_2], [mcc_0, mcc_1, mcc_2]
 
 
-def analyze_5cat(file='/Users/tomrink/cld_opd_frac.npy'):
+def analyze_5cat(file):
 
     tup = np.load(file, allow_pickle=True)
     lbls = tup[0]
-- 
GitLab