We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc36d7 commit e626a38Copy full SHA for e626a38
nibabel/freesurfer/tests/test_io.py
@@ -81,7 +81,6 @@ def test_geometry():
81
assert_allclose(volume_info2[key], volume_info[key],
82
rtol=1e-7, atol=1e-30)
83
assert np.array_equal(volume_info2['cras'], volume_info['cras'])
84
- np.testing.assert_array_equal(volume_info2['cras'], volume_info['cras'])
85
with open(surf_path, 'rb') as fobj:
86
np.fromfile(fobj, ">u1", 3)
87
read_create_stamp = fobj.readline().decode().rstrip('\n')
0 commit comments