summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-03-26 10:18:19 -0600
committerGitHub <noreply@github.com>2017-03-26 10:18:19 -0600
commita3800c16c44e2a2ccaf621e1653aa696d3acf352 (patch)
treec69f0693d21e78d8fc7ab3065b4c30b94a80cfbb /numpy
parentb1c1d7c3382ceca345582dfd5c4b505e8a57be61 (diff)
parent46f7dca10c2b12a0cc35a7174dd7c88f1da879dd (diff)
downloadnumpy-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.py2
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: