diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-20 09:01:53 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-20 09:01:53 +0000 |
commit | 5fb169855c44f725e46668957c7a5177d43d02ab (patch) | |
tree | c30f79afacb55e0ed692265ae4c989048fdf182a | |
parent | 77807c098a3e3cc977589fa70c3a0c9d859d3df8 (diff) | |
download | numpy-5fb169855c44f725e46668957c7a5177d43d02ab.tar.gz |
Import np_ in ma tests since the import is not available in numpy.ma anymore.
-rw-r--r-- | numpy/ma/tests/test_core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/ma/tests/test_core.py b/numpy/ma/tests/test_core.py index 6fe9d62a2..82d7f49e4 100644 --- a/numpy/ma/tests/test_core.py +++ b/numpy/ma/tests/test_core.py @@ -12,6 +12,7 @@ import warnings import numpy as np import numpy.core.fromnumeric as fromnumeric from numpy import ndarray +from numpy import int_ from numpy.ma.testutils import * import numpy.ma.core |