|
From: <jd...@us...> - 2008-07-24 21:23:07
|
Revision: 5849
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5849&view=rev
Author: jdh2358
Date: 2008-07-24 21:23:04 +0000 (Thu, 24 Jul 2008)
Log Message:
-----------
fixed memleak hawaii rand
Modified Paths:
--------------
trunk/matplotlib/unit/memleak_hawaii3.py
Modified: trunk/matplotlib/unit/memleak_hawaii3.py
===================================================================
--- trunk/matplotlib/unit/memleak_hawaii3.py 2008-07-24 20:06:36 UTC (rev 5848)
+++ trunk/matplotlib/unit/memleak_hawaii3.py 2008-07-24 21:23:04 UTC (rev 5849)
@@ -10,7 +10,7 @@
# take a memory snapshot on indStart and compare it with indEnd
-rand = np.mlab.rand
+rand = np.random.rand
indStart, indEnd = 200, 401
for i in range(indEnd):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|