diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-29 14:27:01 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2018-03-31 11:08:29 -0600 |
| commit | 6126789e4addb609b6c99e46a338f5b0bb6f9be3 (patch) | |
| tree | cd8ecacebfb92051b71a57d5a704f884e0d9f3bf /numpy/random/__init__.py | |
| parent | 0440fb1a5578643e526d254762eee70e4859fb5d (diff) | |
| download | numpy-6126789e4addb609b6c99e46a338f5b0bb6f9be3.tar.gz | |
MAINT: Remove "bench" from testing modules `__init__`s.
The "bench" testing with the old bench files is no longer supported.
These days we use `runtests.py` and `asv`.
Diffstat (limited to 'numpy/random/__init__.py')
| -rw-r--r-- | numpy/random/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/__init__.py b/numpy/random/__init__.py index 869818a22..409f50ec0 100644 --- a/numpy/random/__init__.py +++ b/numpy/random/__init__.py @@ -119,4 +119,3 @@ def __RandomState_ctor(): from numpy.testing import _numpy_tester test = _numpy_tester().test -bench = _numpy_tester().bench |
