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

remove debug from test

parent c9033bad
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -161,7 +161,6 @@ def test_loadVertexData_mgh(): ...@@ -161,7 +161,6 @@ def test_loadVertexData_mgh():
img = nib.freesurfer.mghformat.MGHImage(data, np.eye(4)) img = nib.freesurfer.mghformat.MGHImage(data, np.eye(4))
nib.save(img, 'lh.vdata.mgh') nib.save(img, 'lh.vdata.mgh')
nib.save(img, '/Users/paulmc/lh.vdata.mgh')
gen_freesurfer_geometry('lh.pial', verts, tris) gen_freesurfer_geometry('lh.pial', verts, tris)
......
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