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/__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/__init__.py')
-rw-r--r-- | numpy/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index db99294bc..db7bc0368 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -150,7 +150,6 @@ else: # no-one else in the world is using it (though I hope not) from .testing import Tester, _numpy_tester test = _numpy_tester().test - bench = _numpy_tester().bench # Allow distributors to run custom init code from . import _distributor_init |