mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 18:29:19 +08:00
Test missed line for coverage
This commit is contained in:
@@ -103,6 +103,9 @@ class TestSimpleImage():
|
||||
out = threshold_adaptive(self.image, 3, method='gaussian')
|
||||
assert_equal(ref, out)
|
||||
|
||||
out = threshold_adaptive(self.image, 3, method='gaussian', param=1.0 / 3.0)
|
||||
assert_equal(ref, out)
|
||||
|
||||
def test_threshold_adaptive_mean(self):
|
||||
ref = np.array(
|
||||
[[False, False, False, False, True],
|
||||
|
||||
Reference in New Issue
Block a user