@@ -73,16 +73,17 @@ def test_brains():
73
73
# testing backend breaks when passing in a figure, so we use 'auto' here
74
74
# (shouldn't affect usability, but it makes testing more annoying)
75
75
mlab .options .backend = 'auto'
76
- surfs = ['inflated' , 'white' , 'white' ]
77
- hemis = ['lh' , 'rh' , 'both' ]
78
- titles = [None , 'Hello' , 'Good bye!' ]
79
- cortices = ["low_contrast" , ("Reds" , 0 , 1 , False ), 'hotpink' ]
80
- sizes = [500 , (400 , 300 ), (300 , 300 )]
81
- backgrounds = ["white" , "blue" , "black" ]
82
- foregrounds = ["black" , "white" , "0.75" ]
83
- figs = [None , mlab .figure (), None ]
84
- subj_dirs = [None , subj_dir , subj_dir ]
85
- alphas = [1.0 , 0.5 , 0.25 ]
76
+ surfs = ['inflated' , 'white' , 'white' , 'white' ]
77
+ hemis = ['lh' , 'rh' , 'both' , 'both' ]
78
+ titles = [None , 'Hello' , 'Good bye!' , 'lut test' ]
79
+ cortices = ["low_contrast" , ("Reds" , 0 , 1 , False ), 'hotpink' ,
80
+ ['yellow' , 'blue' ]]
81
+ sizes = [500 , (400 , 300 ), (300 , 300 ), (300 , 400 )]
82
+ backgrounds = ["white" , "blue" , "black" , '0.75' ]
83
+ foregrounds = ["black" , "white" , "0.75" , 'red' ]
84
+ figs = [None , mlab .figure (), None , None ]
85
+ subj_dirs = [None , subj_dir , subj_dir , subj_dir ]
86
+ alphas = [1.0 , 0.5 , 0.25 , 0.7 ]
86
87
for surf , hemi , title , cort , s , bg , fg , fig , sd , alpha \
87
88
in zip (surfs , hemis , titles , cortices , sizes ,
88
89
backgrounds , foregrounds , figs , subj_dirs , alphas ):
0 commit comments