Skip to content

Commit 24d96e4

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

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
@@ -63,7 +63,6 @@ def test_geometry():
6363
assert coords.shape[0] == faces.max() + 1
6464
assert 9 == len(volume_info)
6565
assert np.array_equal([2, 0, 20], volume_info['head'])
66-
np.testing.assert_array_equal([2, 0, 20],volume_info['head'])
6766
assert create_stamp == ['created by greve on Thu Jun 8 19:17:51 2006'] # this creates assertion error - should we just remove it?
6867

6968
# Test equivalence of freesurfer- and nibabel-generated triangular files

0 commit comments

Comments
 (0)