Skip to content

Commit 7e2a8fb

Browse files
committed
fixed memleak hawaii rand
svn path=/trunk/matplotlib/; revision=5849
1 parent 3389ed7 commit 7e2a8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: unit/memleak_hawaii3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# take a memory snapshot on indStart and compare it with indEnd
1212

13-
rand = np.mlab.rand
13+
rand = np.random.rand
1414

1515
indStart, indEnd = 200, 401
1616
for i in range(indEnd):

0 commit comments

Comments
 (0)