diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index b6bf81512680c9365ddb4e4a043b57562779009b..e7c7d0457729f55c1e2e503da03a731fbafac3e6 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -2060,8 +2060,7 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h preds_2d_dct, probs_2d_dct = run_evaluate_static(data_dct, num_lines, num_elems, day_night=day_night, ckpt_dir_s_path=model_path, prob_thresh=prob_thresh, - use_flight_altitude=use_flight_altitude, - flight_levels=[0]) + use_flight_altitude=use_flight_altitude) flt_lvls = list(preds_2d_dct.keys()) for flvl in flt_lvls: probs = probs_2d_dct[flvl]