diff options
author | mattip <matti.picus@gmail.com> | 2019-09-29 00:43:30 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-11 15:08:46 +0300 |
commit | 6fd7ec969feb980aebd33a8df7bccd873ade74bb (patch) | |
tree | c5f1fd45262ce98b98d8fe01a57c6728147e4d20 /numpy/tests/test_public_api.py | |
parent | e527e71f11e79e03eee41441d383b046ddb68d8b (diff) | |
download | numpy-6fd7ec969feb980aebd33a8df7bccd873ade74bb.tar.gz |
API: rename common, bounded_integers -> _common, _bounded_integers; cleanup
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e3621c0fd..409d7e28e 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -299,8 +299,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "matrixlib", "matrixlib.defmatrix", "random.bit_generator", - "random.bounded_integers", - "random.common", "random.generator", "random.mt19937", "random.mtrand", |