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/tests/test_standard_array_spec.py | |
parent | b6c68d69358a03fb22f25f40014cff97aed5e15c (diff) | |
download | numpy-c117d3173e31d74ed97c811a5ef208ab1c72c263.tar.gz |
r1array and r2array converted to atleast_1d and atleast_2d
Diffstat (limited to 'weave/tests/test_standard_array_spec.py')
-rw-r--r-- | weave/tests/test_standard_array_spec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weave/tests/test_standard_array_spec.py b/weave/tests/test_standard_array_spec.py index 6b846ce61..9253f8b5f 100644 --- a/weave/tests/test_standard_array_spec.py +++ b/weave/tests/test_standard_array_spec.py @@ -22,7 +22,7 @@ def remove_whitespace(in_str): return out def print_assert_equal(test_string,actual,desired): - """this should probably be in scipy_test + """this should probably be in scipy_base.testing """ import pprint try: |