Skip to content

Commit

Permalink
removed debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 30, 2021
1 parent 3aea7d8 commit d97d242
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions napari_pyclesperanto_assistant/_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,5 @@ def attach_tooltips():
# attach tooltips
import pyclesperanto_prototype as cle
for k, c in CATEGORIES.items():
if "Compare" in c.name:
print("Searching for including", ['in assistant'] + list(c.include), "excluding", c.exclude)
choices = list(cle.operations(['in assistant'] + list(c.include), c.exclude))
if "Compare" in c.name:
print("found", choices)
c.tool_tip = c.description + "\n\nOperations:\n* " + "\n* ".join(choices).replace("_", " ")

0 comments on commit d97d242

Please sign in to comment.