From a96195dbc7d17f47d39828f9de68c9d6265fec8c Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 18 Jan 2021 16:32:02 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/amv_raob.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/deeplearning/amv_raob.py b/modules/deeplearning/amv_raob.py index 62131848..abc4e705 100644 --- a/modules/deeplearning/amv_raob.py +++ b/modules/deeplearning/amv_raob.py @@ -553,12 +553,10 @@ def get_bounding_gfs_files(timestamp): above = ftimes >= timestamp if not above.any(): return None, None, None, None - tR = ftimes[above].min() below = ftimes <= timestamp if not below.any(): return None, None, None, None - tL = ftimes[below].max() iL = idxs[below].max() iR = iL + 1 -- GitLab