summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
authorMaxwell Aladago <maxwell.aladago@gmail.com>2019-08-22 12:42:15 -0400
committerMatti Picus <matti.picus@gmail.com>2019-08-22 19:42:15 +0300
commit99b7afc519ff4708ed3b66f288125a404efced2e (patch)
treeed27e19740c04deb374680dad49ce4bd31bdfea2 /numpy/testing/utils.py
parentcd4cda8c0faef8d97e18629dbb8ea8a2c4685451 (diff)
downloadnumpy-99b7afc519ff4708ed3b66f288125a404efced2e.tar.gz
DEP: numpy.testing.rand (#14325)
* Deprecation: numpy.testing.rand
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r--numpy/testing/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py
index 98f19e348..1e7d65b89 100644
--- a/numpy/testing/utils.py
+++ b/numpy/testing/utils.py
@@ -19,7 +19,7 @@ __all__ = [
'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', 'measure',
+ 'raises', 'rundocs', 'runstring', 'verbose', 'measure',
'assert_', 'assert_array_almost_equal_nulp', 'assert_raises_regex',
'assert_array_max_ulp', 'assert_warns', 'assert_no_warnings',
'assert_allclose', 'IgnoreException', 'clear_and_catch_warnings',