Skip to content

Commit e626a38

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/freesurfer/tests/test_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def test_geometry():
8181
assert_allclose(volume_info2[key], volume_info[key],
8282
rtol=1e-7, atol=1e-30)
8383
assert np.array_equal(volume_info2['cras'], volume_info['cras'])
84-
np.testing.assert_array_equal(volume_info2['cras'], volume_info['cras'])
8584
with open(surf_path, 'rb') as fobj:
8685
np.fromfile(fobj, ">u1", 3)
8786
read_create_stamp = fobj.readline().decode().rstrip('\n')

0 commit comments

Comments
 (0)