diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 6bb79b9f2c4a7ee358f5fb91fec47ad958ed4901..5901f6d9bb9c2d386d88323ca944a3244a023dc8 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1956,7 +1956,8 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h lons_2d = lon_s.reshape((num_lines, num_elems)) lats_2d = lat_s.reshape((num_lines, num_elems)) - preds_2d_dct, probs_2d_dct = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=model_path, prob_thresh=prob_thresh) + preds_2d_dct, probs_2d_dct = run_evaluate_static_new(data_dct, num_lines, num_elems, day_night=day_night, + ckpt_dir_s_path=model_path, prob_thresh=prob_thresh) write_icing_file(clvrx_str_time, output_dir, preds_2d_dct, probs_2d_dct, x_rad, y_rad, lons_2d, lats_2d) print('Done: ', clvrx_str_time)