Fix catched warning

This commit is contained in:
François Boulogne
2016-07-17 19:40:17 +02:00
parent 7960d296dd
commit 749f5876ce
+1 -1
View File
@@ -160,7 +160,7 @@ def horse():
(marauder).
"""
with expected_warnings(['precision loss']):
with expected_warnings(['Possible precision loss', 'Possible sign loss']):
return img_as_bool(load("horse.png", as_grey=True))