From 682f064f86b9e3052fe48dc6bdd81f5479dc21c1 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 19 Aug 2012 16:23:14 -0400 Subject: [PATCH] DOC: Fix docstring to match rank order. --- skimage/morphology/_greyreconstruct.pyx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/skimage/morphology/_greyreconstruct.pyx b/skimage/morphology/_greyreconstruct.pyx index c7dcab38..5d2cb0c5 100644 --- a/skimage/morphology/_greyreconstruct.pyx +++ b/skimage/morphology/_greyreconstruct.pyx @@ -8,9 +8,6 @@ All rights reserved. Original author: Lee Kamentsky """ - -from __future__ import division - cimport cython @@ -38,8 +35,7 @@ def reconstruction_loop(unsigned int[:] ranks, int[:] prev, int[:] next, strides : array Strides to neighbors of the current pixel. current_idx : int - Index of lowest-ranked pixel used as starting point in reconstruction - loop. + Index of highest-ranked pixel used as starting point in loop. image_stride : int Stride between seed image and mask image in `ranks`. """