From 66bd0c4818a17ecfd1644c7cd05281f1110167ce Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Tue, 4 Mar 2014 22:44:33 +0530 Subject: [PATCH] typo --- skimage/feature/blob.py | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/feature/blob.py b/skimage/feature/blob.py index c702ecad..f00b1785 100644 --- a/skimage/feature/blob.py +++ b/skimage/feature/blob.py @@ -191,7 +191,6 @@ def blob_dog(image, min_sigma=1, max_sigma=25, sigma_ratio=1.6, threshold=2.0, [ 267, 115, 1608], [ 267, 359, 1608]]) - """ if image.ndim != 2: