Skip to content

Commit 04a4989

Browse files
committed
addresses JOSS reviwer's comments in issue #1898
1 parent 0759fe7 commit 04a4989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/watershed_segmentation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@
220220
# Running :py:class:`.Watershed` from the :py:mod:`.image` module (not to be confused with
221221
# :py:class:`.WatershedSegment` from the :py:mod:`.morphology` module) is a convenient method to
222222
# apply the same segmentation algorithm that was built in the previous section of this tutorial.
223-
# It sets the ``min_allowed_size`` and ``max_allowed_size`` of the nuclei to 10
224-
# pixels and 1,000 pixels, respectively, but accepts
223+
# It hardcodes the ``min_allowed_size`` and ``max_allowed_size`` of the nuclei to 10
224+
# pixels and 1,000 pixels, respectively, but accepts the other user-defined parameters as arguments.
225225
#
226226
# Here is an example of how to run :py:class:`.Watershed` on the same set of images as the
227227
# previous section. The intermediate results are saved as attributes of the

0 commit comments

Comments
 (0)