Skip to content

Commit 2cf1d73

Browse files
committed
FIX: One more
1 parent 1435b57 commit 2cf1d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/tests/test_viz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import gc
21
import os
32
import os.path as op
43
from os.path import join as pjoin
@@ -88,6 +87,7 @@ def test_image(tmpdir):
8887
brain.save_montage(tmp_name, ['l', 'v', 'm'], orientation='v')
8988
brain.save_montage(tmp_name, ['l', 'v', 'm'], orientation='h')
9089
brain.save_montage(tmp_name, [['l', 'v'], ['m', 'f']])
90+
brain.close()
9191

9292

9393
@requires_fsaverage()

0 commit comments

Comments
 (0)