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

fix some cf issues

parent 7184f095
No related branches found
No related tags found
No related merge requests found
......@@ -1015,7 +1015,7 @@ def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fc
imin = np.where(VecDiff == MinVecDiff)
if imin[0].size == 0:
if verbose:
print('AMV location lat,lon,prs ({0},{1},{2}) failed to find min vector difference in layers around AMV'.format(amv_lat,amv_lon,amv_prs))
print('AMV location lat,lon,prs ({0},{1},{2}) failed to find the min vector difference in layers around AMV'.format(amv_lat,amv_lon,amv_prs))
return bf_data
imin = imin[0][0]
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment