Skip to content

Commit e8965c1

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

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
@@ -80,7 +80,7 @@ def test_geometry():
8080
for key in ('xras', 'yras', 'zras', 'cras'):
8181
assert_allclose(volume_info2[key], volume_info[key],
8282
rtol=1e-7, atol=1e-30)
83-
#assert.array_equal(volume_info2['cras'], volume_info['cras'])
83+
assert np.array_equal(volume_info2['cras'], volume_info['cras'])
8484
np.testing.assert_array_equal(volume_info2['cras'], volume_info['cras'])
8585
with open(surf_path, 'rb') as fobj:
8686
np.fromfile(fobj, ">u1", 3)

0 commit comments

Comments
 (0)