diff options
author | David Cournapeau <cournape@gmail.com> | 2008-10-28 08:48:58 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-10-28 08:48:58 +0000 |
commit | c87fd4ac57244ef6a02ac465ff49320900b5e515 (patch) | |
tree | c60c29df86f24e13e36fd41162c887d774cb44b6 /numpy/testing/utils.py | |
parent | 5e711eaf4e12209b295064eba7b6743294521c42 (diff) | |
download | numpy-c87fd4ac57244ef6a02ac465ff49320900b5e515.tar.gz |
Put measure in numpy.testing namespace.
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 35373734d..345f87912 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -12,7 +12,7 @@ __all__ = ['assert_equal', 'assert_almost_equal','assert_approx_equal', 'assert_array_equal', 'assert_array_less', 'assert_string_equal', 'assert_array_almost_equal', 'assert_raises', 'build_err_msg', 'decorate_methods', 'jiffies', 'memusage', 'print_assert_equal', - 'raises', 'rand', 'rundocs', 'runstring', 'verbose'] + 'raises', 'rand', 'rundocs', 'runstring', 'verbose', 'measure'] verbose = 0 |