Skip to content

Commit a9c6e7c

Browse files
committed
Update napari debugging for prompt tests
1 parent 53a675c commit a9c6e7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_prompt_generators.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
from skimage.data import binary_blobs
55
from skimage.measure import label
66

7-
COLOR_CYCLE = ["#00FF00", "#FF0000"]
8-
97

108
class TestPromptGenerators(unittest.TestCase):
119

@@ -48,7 +46,7 @@ def test_point_prompt_generator(self):
4846
# name="prompts",
4947
# properties={"label": point_labels},
5048
# edge_color="label",
51-
# edge_color_cycle=COLOR_CYCLE,
49+
# edge_color_cycle=["#00FF00", "#FF0000"],
5250
# symbol="o",
5351
# face_color="transparent",
5452
# edge_width=0.5,

0 commit comments

Comments
 (0)