fix openexr alpha test

This commit is contained in:
John Cupitt 2018-08-28 11:18:21 +01:00
parent 8891d6dc29
commit bb23a1fe6c
1 changed files with 2 additions and 2 deletions

View File

@ -518,8 +518,8 @@ class TestForeign:
def test_openexrload(self):
def exr_valid(im):
a = im(10, 10)
assert_almost_equal_objects(a, [0.124512, 0.159668,
0.040375, 1.0],
assert_almost_equal_objects(a, [0.124512, 0.159668, 0.040375,
255.0],
threshold=0.00001)
assert im.width == 610
assert im.height == 406