diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-11-20 13:39:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-20 13:39:02 -0700 |
commit | d428127183d46b2fbd99afefa4670642addf8d6e (patch) | |
tree | 692114515b9752d6c9817922976429cdb1105405 /numpy/tests | |
parent | 9ec8474b13d73a9da3febf35ef35f7b55138772d (diff) | |
parent | f3fde3c4d0acba41122a6d87c0315064579fad6a (diff) | |
download | numpy-d428127183d46b2fbd99afefa4670642addf8d6e.tar.gz |
Merge pull request #14944 from mattip/move-examples
MAINT: move numpy/random/examples -> numpy/random/_examples
Diffstat (limited to 'numpy/tests')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index ba3961bef..0484bb8cd 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -334,7 +334,6 @@ SKIP_LIST = [ "numpy.core.cversions", "numpy.core.generate_numpy_api", "numpy.distutils.msvc9compiler", - 'numpy.random.examples', ] |