Skip to content

Commit 24a05ec

Browse files
committed
Fix.
1 parent ef51075 commit 24a05ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/freesurfer/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_geometry():
117117
# Test new quad.
118118
new_quad = pjoin(get_nibabel_data(), 'nitest-freesurfer', 'subjects',
119119
'bert', 'surf', 'lh.inflated.nofix')
120-
coords, faces, volume_info = read_geometry(new_quad)
120+
coords, faces = read_geometry(new_quad)
121121
assert_equal(0, faces.min())
122122
assert_equal(coords.shape[0], faces.max() + 1)
123123

0 commit comments

Comments
 (0)