mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
resolving shortened url
This commit is contained in:
parent
660b1a98aa
commit
753a3266e8
|
@ -56,7 +56,8 @@ def test_numpy_to_image():
|
|||
assert_image(to_image(numpy.uint8, 4), "RGBA", (10, 10))
|
||||
|
||||
|
||||
# based on an erring example at http://is.gd/6F0esS
|
||||
# based on an erring example at http://is.gd/6F0esS (which resolves to)
|
||||
# http://stackoverflow.com/questions/10854903/what-is-causing-dimension-dependent-attributeerror-in-pil-fromarray-function
|
||||
def test_3d_array():
|
||||
a = numpy.ones((10, 10, 10), dtype=numpy.uint8)
|
||||
assert_image(Image.fromarray(a[1, :, :]), "L", (10, 10))
|
||||
|
|
Loading…
Reference in New Issue
Block a user