Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch committed May 23, 2023
1 parent ae23b61 commit bda7c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_spots/applications/polaris.py
Expand Up @@ -277,7 +277,7 @@ def _predict_spots_image(self, spots_image, clip):
spots_image (numpy.array): Input image for spot detection with shape
``[batch, x, y, channel]``.
clip (bool): Determines if pixel values will be clipped by percentile.
Defaults to ``True``.
Defaults to `True`.
Returns:
numpy.array: Output probability map with shape ``[batch, x, y, channel]``.
Expand Down

0 comments on commit bda7c3b

Please sign in to comment.