diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2007-12-15 01:48:01 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-12-15 01:48:01 +0000 |
commit | 4fc786ed80c5b26c8457f8f65bdf58ad67c64b8e (patch) | |
tree | bfafccd22c39f4dce5f4243d88bcfd0b1bd2a22e /numpy/ma/testutils.py | |
parent | 703e8d6323b19cbfeb96772c1e35f1cd68629336 (diff) | |
download | numpy-4fc786ed80c5b26c8457f8f65bdf58ad67c64b8e.tar.gz |
Fix benchmarks. Remove remaining imports of maskedarray.
Diffstat (limited to 'numpy/ma/testutils.py')
-rw-r--r-- | numpy/ma/testutils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/ma/testutils.py b/numpy/ma/testutils.py index d51e8dab1..4ea49379f 100644 --- a/numpy/ma/testutils.py +++ b/numpy/ma/testutils.py @@ -216,5 +216,4 @@ def assert_mask_equal(m1, m2): assert_array_equal(m1, m2) if __name__ == '__main__': - a = 12 - assert_equal(a, masked) + pass
\ No newline at end of file |