summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
diff options
context:
space:
mode:
authorTim Leslie <tim.leslie@gmail.com>2006-03-13 07:35:40 +0000
committerTim Leslie <tim.leslie@gmail.com>2006-03-13 07:35:40 +0000
commit8a65c256de43db750357e7ac468352b06c960a25 (patch)
tree8d93563ea5c9102398575e0aa94f916c95f23303 /numpy/lib/tests/test_function_base.py
parent7ed95441ce78c441079120c49de159e8beb337fa (diff)
downloadnumpy-8a65c256de43db750357e7ac468352b06c960a25.tar.gz
update tests to all run correctly
Diffstat (limited to 'numpy/lib/tests/test_function_base.py')
-rw-r--r--numpy/lib/tests/test_function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_function_base.py b/numpy/lib/tests/test_function_base.py
index 592bd99e7..fb8ae9763 100644
--- a/numpy/lib/tests/test_function_base.py
+++ b/numpy/lib/tests/test_function_base.py
@@ -336,4 +336,4 @@ def compare_results(res,desired):
assert_array_equal(res[i],desired[i])
if __name__ == "__main__":
- ScipyTest('numpy.base.function_base').run()
+ ScipyTest('numpy.lib.function_base').run()