diff options
| author | Eric Jones <eric@enthought.com> | 2002-04-03 03:41:30 +0000 |
|---|---|---|
| committer | Eric Jones <eric@enthought.com> | 2002-04-03 03:41:30 +0000 |
| commit | c117d3173e31d74ed97c811a5ef208ab1c72c263 (patch) | |
| tree | 391467827e23f98a8da238d8952a0516ef06392c /weave/inline_tools.py | |
| parent | b6c68d69358a03fb22f25f40014cff97aed5e15c (diff) | |
| download | numpy-c117d3173e31d74ed97c811a5ef208ab1c72c263.tar.gz | |
r1array and r2array converted to atleast_1d and atleast_2d
Diffstat (limited to 'weave/inline_tools.py')
| -rw-r--r-- | weave/inline_tools.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weave/inline_tools.py b/weave/inline_tools.py index 392e7c47f..51183c3a8 100644 --- a/weave/inline_tools.py +++ b/weave/inline_tools.py @@ -436,11 +436,11 @@ def compile_function(code,arg_names,local_dict,global_dict, return func def test(level=10): - from scipy_test import module_test + from scipy_base.testing import module_test module_test(__name__,__file__,level=level) def test_suite(level=1): - from scipy_test import module_test_suite + from scipy_base.testing import module_test_suite return module_test_suite(__name__,__file__,level=level) if __name__ == "__main__": |
