diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2017-03-26 20:52:46 +1300 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2017-03-26 20:52:46 +1300 |
commit | 46f7dca10c2b12a0cc35a7174dd7c88f1da879dd (patch) | |
tree | 54cc15abe00c1e588ea360ae9abbc8718152c7d8 /numpy/random/tests/test_random.py | |
parent | b7dc5193f7136f5b09f45c3fb10118556e961e74 (diff) | |
download | numpy-46f7dca10c2b12a0cc35a7174dd7c88f1da879dd.tar.gz |
DOC: update docs and comments for move of mailing list to python.org
Diffstat (limited to 'numpy/random/tests/test_random.py')
-rw-r--r-- | numpy/random/tests/test_random.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/tests/test_random.py b/numpy/random/tests/test_random.py index 753765194..09ed5bb54 100644 --- a/numpy/random/tests/test_random.py +++ b/numpy/random/tests/test_random.py @@ -703,7 +703,7 @@ class TestRandomDist(TestCase): [1.40840323350391515e+02, 1.98390255135251704e+05]]) # For some reason on 32-bit x86 Ubuntu 12.10 the [1, 0] entry in this # matrix differs by 24 nulps. Discussion: - # http://mail.scipy.org/pipermail/numpy-discussion/2012-September/063801.html + # http://mail.python.org/pipermail/numpy-discussion/2012-September/063801.html # Consensus is that this is probably some gcc quirk that affects # rounding but not in any important way, so we just use a looser # tolerance on this test: |