mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 10:12:06 +08:00
Add note about random test failure for some systems
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user