From 79862ec62eab349bfbd8c437796f7e2aeddf45c1 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 7 Apr 2022 12:31:41 -0500 Subject: [PATCH] snapshot... --- modules/aeolus/aeolus_amv.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 6b2ed638..22bbe550 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -353,8 +353,6 @@ def run_best_fit_driver(output_path, amv_dir, source, raob_path, gfs_path, produ pickle.dump(tup, f) f.close() - return tup - def run_best_fit_gfs_driver(time_s, amv_dir, amv_source, gfs_path, product_dir, product_type): amv_files = get_datasource(amv_dir, amv_source) -- GitLab