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 5dbe408 commit 24d96e4Copy full SHA for 24d96e4
nibabel/freesurfer/tests/test_io.py
@@ -63,7 +63,6 @@ def test_geometry():
63
assert coords.shape[0] == faces.max() + 1
64
assert 9 == len(volume_info)
65
assert np.array_equal([2, 0, 20], volume_info['head'])
66
- np.testing.assert_array_equal([2, 0, 20],volume_info['head'])
67
assert create_stamp == ['created by greve on Thu Jun 8 19:17:51 2006'] # this creates assertion error - should we just remove it?
68
69
# Test equivalence of freesurfer- and nibabel-generated triangular files
0 commit comments