We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a675c commit a9c6e7cCopy full SHA for a9c6e7c
test/test_prompt_generators.py
@@ -4,8 +4,6 @@
4
from skimage.data import binary_blobs
5
from skimage.measure import label
6
7
-COLOR_CYCLE = ["#00FF00", "#FF0000"]
8
-
9
10
class TestPromptGenerators(unittest.TestCase):
11
@@ -48,7 +46,7 @@ def test_point_prompt_generator(self):
48
46
# name="prompts",
49
47
# properties={"label": point_labels},
50
# edge_color="label",
51
- # edge_color_cycle=COLOR_CYCLE,
+ # edge_color_cycle=["#00FF00", "#FF0000"],
52
# symbol="o",
53
# face_color="transparent",
54
# edge_width=0.5,
0 commit comments