From 364f45e50170f5768b708e57f1c17ab7b299bc23 Mon Sep 17 00:00:00 2001 From: rink <rink@ssec.wisc.edu> Date: Mon, 12 Oct 2020 14:47:53 -0500 Subject: [PATCH] snapshot.. --- modules/aeolus/aeolus_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 54c4a114..062cc8c9 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -386,7 +386,7 @@ def match_amvs_to_aeolus(aeolus_dict, amv_files_path, amv_source='OPS', band='14 last_f_idx = -1 for key in keys: #fname, ftime, f_idx = get_file_containing_time(key, amv_files_path, amv_file_duration, amv_source, band) - fname, ftime, f_idx = get_file_containing_time(key) + fname, ftime, f_idx = amv_files.get_file_containing_time(key) if f_idx is None: continue profs = aeolus_dict.get(key) -- GitLab