Skip to content
Snippets Groups Projects
Commit a96195db authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 5e1119ba
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment