summaryrefslogtreecommitdiff
path: root/weave/tests/test_standard_array_spec.py
diff options
context:
space:
mode:
authorEric Jones <eric@enthought.com>2002-04-03 03:41:30 +0000
committerEric Jones <eric@enthought.com>2002-04-03 03:41:30 +0000
commitc117d3173e31d74ed97c811a5ef208ab1c72c263 (patch)
tree391467827e23f98a8da238d8952a0516ef06392c /weave/tests/test_standard_array_spec.py
parentb6c68d69358a03fb22f25f40014cff97aed5e15c (diff)
downloadnumpy-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.py2
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: