From 863a58d8b647c378d00660e568c77d98ce83b839 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 27 Oct 2021 16:39:42 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 1fb51a63..1131fc88 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1937,7 +1937,7 @@ def run_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path='/ lons_2d = lon_s.reshape((num_lines, num_elems)) lats_2d = lat_s.reshape((num_lines, num_elems)) - preds_2d_s, probs_2d_s = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh, satellite=satellite, domain=domain) + preds_2d_s, probs_2d_s = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh) #write_icing_file(clvrx_str_time, preds_2d, x_rad, y_rad, lons_2d, lats_2d) print('Done: ', clvrx_str_time) -- GitLab