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 730c97c commit 9386644Copy full SHA for 9386644
surfer/tests/test_viz.py
@@ -57,6 +57,7 @@ def test_image():
57
58
brain = Brain(*std_args, size=100)
59
brain.save_image(tmp_name)
60
+ brain.save_image(tmp_name, 'rgba', True)
61
brain.save_montage(tmp_name, ['l', 'v', 'm'], orientation='v')
62
brain.save_montage(tmp_name, ['l', 'v', 'm'], orientation='h')
63
brain.save_montage(tmp_name, [['l', 'v'], ['m', 'f']])
0 commit comments