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.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to