Skip to content

Commit

Permalink
correct skimage snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Dec 17, 2023
1 parent 1047563 commit f1ec6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bia_bob/_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def create_system_prompt():
* Expanding labels by a given radius in a label image works like this:
```
from skimage.segmentation import expand_labels
expanded_labels = expand_labels(label_image, radius=10)
expanded_labels = expand_labels(label_image, distance=10)
```
"""
Expand Down

0 comments on commit f1ec6de

Please sign in to comment.