Skip to content

Commit 5dbe408

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

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
@@ -62,7 +62,7 @@ def test_geometry():
6262
assert 0 == faces.min()
6363
assert coords.shape[0] == faces.max() + 1
6464
assert 9 == len(volume_info)
65-
# assert np.array_equal([2, 0, 20],volume_info['head'])
65+
assert np.array_equal([2, 0, 20], volume_info['head'])
6666
np.testing.assert_array_equal([2, 0, 20],volume_info['head'])
6767
assert create_stamp == ['created by greve on Thu Jun 8 19:17:51 2006'] # this creates assertion error - should we just remove it?
6868

0 commit comments

Comments
 (0)