Skip to content

Commit 5d67cef

Browse files
committed
Deleted FIXME that had no reason to be
1 parent cf720bc commit 5d67cef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/mlab.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,8 +2772,6 @@ def griddata(x,y,z,xi,yi,interp='nn'):
27722772
if xi.ndim == 1:
27732773
xi,yi = np.meshgrid(xi,yi)
27742774
# triangulate data
2775-
# FIXME delaunay is not imported here, and depends on the
2776-
# scipy.spatial packages; Scipy is not a dependency of matplotlib.
27772775
tri = delaunay.Triangulation(x,y)
27782776
# interpolate data
27792777
if interp == 'nn':

0 commit comments

Comments
 (0)