Skip to content

Commit

Permalink
bugfix: some operations in category label processing didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Nov 5, 2021
1 parent d97d242 commit 63a0f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napari_pyclesperanto_assistant/_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class Category:
("max", PositiveFloatRange, 100)
],
include=("label processing",),
exclude=("combine",),
tools_menu="Segmentation",
),
"Measure labels": Category(
Expand Down

0 comments on commit 63a0f32

Please sign in to comment.