Skip to content

Commit

Permalink
TST: Use renderer in test_mixed_sources_plot_surface
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFavelier committed Mar 12, 2020
1 parent a70e835 commit 532aba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/viz/tests/test_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def test_brain_colorbar(orientation, diverging, lims):
@requires_pysurfer
@testing.requires_testing_data
@traits_test
def test_mixed_sources_plot_surface(garbage_collect):
def test_mixed_sources_plot_surface(garbage_collect, renderer):
"""Test plot_surface() for mixed source space."""
src = read_source_spaces(fwd_fname2)
N = np.sum([s['nuse'] for s in src]) # number of sources
Expand Down

0 comments on commit 532aba9

Please sign in to comment.