diff options
author | mattip <matti.picus@gmail.com> | 2018-08-19 11:27:46 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-08-19 11:27:46 +0300 |
commit | da0727912ef179f5491412f737292f12844a8a6f (patch) | |
tree | acb3ff6c98914174e2f6e7ebd0fd4015efeb0a66 /numpy/random/tests | |
parent | e8d177f74adbe5c7630721a4ab3f20f58839ac99 (diff) | |
download | numpy-da0727912ef179f5491412f737292f12844a8a6f.tar.gz |
MAINT: reformat line spacing before test methods
Diffstat (limited to 'numpy/random/tests')
-rw-r--r-- | numpy/random/tests/test_random.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/tests/test_random.py b/numpy/random/tests/test_random.py index 2e0885024..8328c69c0 100644 --- a/numpy/random/tests/test_random.py +++ b/numpy/random/tests/test_random.py @@ -1454,7 +1454,6 @@ class TestBroadcast(object): assert_raises(ValueError, zipf, np.nan) assert_raises(ValueError, zipf, [0, 0, np.nan]) - def test_geometric(self): p = [0.5] bad_p_one = [-1] |