Skip to content

Commit

Permalink
Try to make docstring parser happy
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Barnowski <[email protected]>
  • Loading branch information
msschwartz21 and rossbar authored Jul 5, 2024
1 parent bf4965a commit 397cdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell/applications/nuclear_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def from_version(cls, version='1.1'):
1.0: Original nuclear segmentation model released with the September 2023 Caliban preprint
Args:
version (str, optional): Defaults to '1.1'.
version (:obj:`str`, optional): Defaults to '1.1'.
"""
if version not in CONFIGS:
raise ValueError(f'Selected version {version} is not available. '
Expand Down

0 comments on commit 397cdcb

Please sign in to comment.