From 342b9315715b586bb1e24d9270b1fb06062cd1ba Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 2 Nov 2021 14:21:06 -0500
Subject: [PATCH] minor

---
 modules/icing/pirep_goes.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index bba5b3d9..c49cd364 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -7,6 +7,7 @@ from util.util import get_time_tuple_utc, GenericException, add_time_range_to_fi
     check_oblique, make_times, find_bin_index, get_timestamp, homedir, write_icing_file, make_for_full_domain_predict
 from util.plot import make_icing_image
 from util.geos_nav import get_navigation
+from util.setup import model_path
 from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B, CLAVRx_H08
 import h5py
 import re
@@ -1904,8 +1905,8 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat
         h5f.close()
 
 
-def run_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path='/Users/tomrink/tf_model/', prob_thresh=0.5, satellite='GOES16', domain='CONUS',
-                    train_params=train_params_day):
+def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path=model_path, prob_thresh=0.5, satellite='GOES16', domain='CONUS',
+                      train_params=train_params_day):
 
     if satellite == 'H08':
         clvrx_ds = CLAVRx_H08(clvrx_dir)
-- 
GitLab