From 03eadad5effca436a4453ed8130d56b9c6e07c0f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 11 Nov 2015 23:25:55 +1100 Subject: [PATCH] Removed shortlink --- Tests/test_numpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_numpy.py b/Tests/test_numpy.py index 7303a949b..64081894e 100644 --- a/Tests/test_numpy.py +++ b/Tests/test_numpy.py @@ -67,7 +67,7 @@ class TestNumpy(PillowTestCase): self.assert_image(to_image(numpy.uint8, 3), "RGB", (10, 10)) self.assert_image(to_image(numpy.uint8, 4), "RGBA", (10, 10)) - # based on an erring example at http://is.gd/6F0esS (which resolves to) + # based on an erring example at # http://stackoverflow.com/questions/10854903/what-is-causing-dimension-dependent-attributeerror-in-pil-fromarray-function def test_3d_array(self): a = numpy.ones((10, 10, 10), dtype=numpy.uint8)