mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Add note about random test failure for some systems
This commit is contained in:
@@ -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