Skip to content

Commit b7e8abb

Browse files
orduekeffigies
andauthored
Update nibabel/freesurfer/tests/test_io.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 6890a62 commit b7e8abb

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
@@ -60,7 +60,7 @@ def test_geometry():
6060
surf_path, read_metadata=True, read_stamp=True)
6161

6262
assert 0 == faces.min()
63-
assert coords.shape[0] == (faces.max() + 1)
63+
assert coords.shape[0] == faces.max() + 1
6464
assert 9 == len(volume_info)
6565
# assert np.array_equal([2, 0, 20],volume_info['head'])
6666
np.testing.assert_array_equal([2, 0, 20],volume_info['head'])

0 commit comments

Comments
 (0)