Add note about random test failure for some systems

This commit is contained in:
Johannes Schönberger
2012-10-09 07:53:54 +02:00
committed by Stefan van der Walt
parent 615f6818eb
commit 4bfd4f92ce
@@ -25,6 +25,7 @@ def test_ssim_image():
assert(S1 < 0.3)
# NOTE: This test is known to randomly fail on some systems (Mac OS X 10.6)
def test_ssim_grad():
N = 30
X = np.random.random((N, N)) * 255