Skip to content

Commit cd23abb

Browse files
author
adelepoulle
committed
simplify numpy call
1 parent 191d31d commit cd23abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py_eddy_tracker/grid/aviso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from scipy import ndimage
44
from scipy import spatial
55
from dateutil import parser
6-
from numpy import meshgrid, zeros, array, where, ma, argmin, vstack, ones \
6+
from numpy import meshgrid, zeros, array, where, ma, argmin, vstack, ones, \
77
newaxis, sqrt, diff, r_
88
import logging
99
from netCDF4 import Dataset

0 commit comments

Comments
 (0)