diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2008-05-21 20:25:14 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2008-05-21 20:25:14 +0000 |
commit | f5df20ee8a938f8504ed23cd5dc8913e01219f5d (patch) | |
tree | 9baa65674aee533bee213fae190494f59f928fb3 | |
parent | 6cdb11fe2178de6946ef011a86917c1525f912bd (diff) | |
download | numpy-f5df20ee8a938f8504ed23cd5dc8913e01219f5d.tar.gz |
Fix one small error in test(all=1).
-rw-r--r-- | numpy/ma/tests/test_old_ma.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/ma/tests/test_old_ma.py b/numpy/ma/tests/test_old_ma.py index 6680eedaf..02afabdc4 100644 --- a/numpy/ma/tests/test_old_ma.py +++ b/numpy/ma/tests/test_old_ma.py @@ -2,6 +2,7 @@ import numpy 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=''): |