Skip to content

Commit 7ed08c1

Browse files
committed
BF: typo
1 parent 6b66d61 commit 7ed08c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/tests/test_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_brains():
7777
hemis = ['lh', 'rh', 'both', 'both', 'rh', 'both', 'both']
7878
titles = [None, 'Hello', 'Good bye!', 'lut test', 'dict test', 'None test', 'RGB test']
7979
cortices = ["low_contrast", ("Reds", 0, 1, False), 'hotpink',
80-
['yellow', 'blue'], dict(colormap='Grays'), None, (0.5, 0.5, 0.5)]
80+
['yellow', 'blue'], dict(colormap='Greys'), None, (0.5, 0.5, 0.5)]
8181
sizes = [500, (400, 300), (300, 300), (300, 400), 500, 400, 300]
8282
backgrounds = ["white", "blue", "black", "0.75", (0.2, 0.2, 0.2), "black", "0.75"]
8383
foregrounds = ["black", "white", "0.75", "red", (0.2, 0.2, 0.2), "blue", "black"]

0 commit comments

Comments
 (0)