Skip to content

Commit

Permalink
Merge pull request #98 from haesleinhuepf/fix-skimage-snippets
Browse files Browse the repository at this point in the history
Fix skimage snippets
  • Loading branch information
haesleinhuepf authored Dec 17, 2023
2 parents 1047563 + 453cc34 commit bc862b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bia_bob/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.6.2"

__all__ = (
)
Expand Down
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 bc862b9

Please sign in to comment.