Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan Schwartz <msschwartz21@gmail.com>
  • Loading branch information
elaubsch and msschwartz21 committed Feb 1, 2022
1 parent 5081b20 commit 5f75333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell_spots/preprocessing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def min_max_normalize(image, clip=False):
Args:
image (numpy.array): numpy array of image data
clip (boolean): Defaults to false. Determines if pixel
values are clipped by percentile.
values are clipped by percentile.
Returns:
numpy.array: normalized image data
"""
Expand Down

0 comments on commit 5f75333

Please sign in to comment.