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 6b66d61 commit 7ed08c1Copy full SHA for 7ed08c1
surfer/tests/test_viz.py
@@ -77,7 +77,7 @@ def test_brains():
77
hemis = ['lh', 'rh', 'both', 'both', 'rh', 'both', 'both']
78
titles = [None, 'Hello', 'Good bye!', 'lut test', 'dict test', 'None test', 'RGB test']
79
cortices = ["low_contrast", ("Reds", 0, 1, False), 'hotpink',
80
- ['yellow', 'blue'], dict(colormap='Grays'), None, (0.5, 0.5, 0.5)]
+ ['yellow', 'blue'], dict(colormap='Greys'), None, (0.5, 0.5, 0.5)]
81
sizes = [500, (400, 300), (300, 300), (300, 400), 500, 400, 300]
82
backgrounds = ["white", "blue", "black", "0.75", (0.2, 0.2, 0.2), "black", "0.75"]
83
foregrounds = ["black", "white", "0.75", "red", (0.2, 0.2, 0.2), "blue", "black"]
0 commit comments