diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-03-26 10:18:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-26 10:18:19 -0600 |
commit | a3800c16c44e2a2ccaf621e1653aa696d3acf352 (patch) | |
tree | c69f0693d21e78d8fc7ab3065b4c30b94a80cfbb /numpy | |
parent | b1c1d7c3382ceca345582dfd5c4b505e8a57be61 (diff) | |
parent | 46f7dca10c2b12a0cc35a7174dd7c88f1da879dd (diff) | |
download | numpy-a3800c16c44e2a2ccaf621e1653aa696d3acf352.tar.gz |
Merge pull request #8840 from rgommers/mailinglist-move
DOC: update docs and comments for move of mailing list to python.org
Diffstat (limited to 'numpy')
-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: |