From 983c6589afeac28d40b39abb6e0c4de143270f9f Mon Sep 17 00:00:00 2001 From: Ferdinand Deger Date: Mon, 15 Jul 2013 07:57:04 +0200 Subject: [PATCH] eleminate empty line --- skimage/filter/_denoise_cy.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/skimage/filter/_denoise_cy.pyx b/skimage/filter/_denoise_cy.pyx index 7f5f988e..b80b8e6b 100644 --- a/skimage/filter/_denoise_cy.pyx +++ b/skimage/filter/_denoise_cy.pyx @@ -224,7 +224,6 @@ def denoise_tv_bregman(image, double weight, int max_iter=100, double eps=1e-3, max_iter: int, optional Maximal number of iterations used for the optimization. - isotropic: boolean, optimal Switch between isotropic and anisotropic tv denoising