[Numpy-svn] r5213 - trunk/numpy/ma/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Wed May 21 16:25:15 EDT 2008


Author: charris
Date: 2008-05-21 15:25:14 -0500 (Wed, 21 May 2008)
New Revision: 5213

Modified:
   trunk/numpy/ma/tests/test_old_ma.py
Log:
Fix one small error in test(all=1).


Modified: trunk/numpy/ma/tests/test_old_ma.py
===================================================================
--- trunk/numpy/ma/tests/test_old_ma.py	2008-05-21 20:18:40 UTC (rev 5212)
+++ trunk/numpy/ma/tests/test_old_ma.py	2008-05-21 20:25:14 UTC (rev 5213)
@@ -2,6 +2,7 @@
 import types, time
 from numpy.ma import *
 from numpy.core.numerictypes import float32
+from numpy.ma.core import umath
 from numpy.testing import NumpyTestCase, NumpyTest
 pi = numpy.pi
 def eq(v,w, msg=''):




More information about the Numpy-svn mailing list