Merge pull request #1534 from radarhere/shortlink

Removed shortlink
This commit is contained in:
wiredfool 2015-11-18 09:29:39 +00:00
commit c0b08068c8

View File

@ -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)