Skip to content
Snippets Groups Projects
Commit ac6da233 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Update gifti test

parent c88ce28b
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ def test_GiftiMesh_multiple_vertices():
surf = gifti.GiftiMesh(fname)
expvsets = [fname,
'{} [{}]'.format(fname, 1)]
'{}_1'.format(fname)]
assert np.all(surf.vertices == TEST_VERTS)
assert np.all(surf.indices == TEST_IDXS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment