diff options
author | mattip <matti.picus@gmail.com> | 2019-10-02 22:26:55 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-11 15:08:46 +0300 |
commit | 260bf67640724915ffefd0a5a7133318ece149da (patch) | |
tree | d4e6e2fbcf7db4d3de21a0d3324c5f596d520ef9 /numpy/tests/test_public_api.py | |
parent | aeac7d56e91577d54ee48a6ae928709414f176e5 (diff) | |
download | numpy-260bf67640724915ffefd0a5a7133318ece149da.tar.gz |
API: move bit_generator and generator to be private
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 8afcede0b..c71d03432 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -298,8 +298,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "ma.timer_comparison", "matrixlib", "matrixlib.defmatrix", - "random.bit_generator", - "random.generator", "random.mtrand", "testing.print_coercion_tables", "testing.utils", |