Skip to content

Commit 9d077da

Browse files
committed
fix flake test.
1 parent 8cd93f3 commit 9d077da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

surfer/tests/test_viz.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,11 @@ def test_foci():
226226
coords = [[-36, 18, -3],
227227
[-43, 25, 24],
228228
[-48, 26, -2]]
229-
brain.add_foci(coords, map_surface="white", color="gold", name='test1', resolution=25)
229+
brain.add_foci(coords,
230+
map_surface="white",
231+
color="gold",
232+
name='test1',
233+
resolution=25)
230234

231235
subj_dir = utils._get_subjects_dir()
232236
annot_path = pjoin(subj_dir, subject_id, 'label', 'lh.aparc.a2009s.annot')

0 commit comments

Comments
 (0)