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 b7e8abb commit 5dbe408Copy full SHA for 5dbe408
nibabel/freesurfer/tests/test_io.py
@@ -62,7 +62,7 @@ def test_geometry():
62
assert 0 == faces.min()
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'])
+ 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
0 commit comments