diff options
Diffstat (limited to 'numpy/ma/tests/test_extras.py')
-rw-r--r-- | numpy/ma/tests/test_extras.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/tests/test_extras.py b/numpy/ma/tests/test_extras.py index 722b88cb0..2d177fbc1 100644 --- a/numpy/ma/tests/test_extras.py +++ b/numpy/ma/tests/test_extras.py @@ -385,4 +385,4 @@ class TestPolynomial(TestCase): ############################################################################### #------------------------------------------------------------------------------ if __name__ == "__main__": - nose.run(argv=['', __file__]) + run_module_suite() |