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 57222fd commit 2e7c7ebCopy full SHA for 2e7c7eb
nitransforms/tests/test_surface.py
@@ -115,7 +115,6 @@ def test_SurfaceCoordinateTransform(testdata_path):
115
def test_SurfaceCoordinateTransformIO(testdata_path, tmpdir):
116
sphere_reg_path = testdata_path / "sub-sid000005_ses-budapest_acq-MPRAGE_hemi-R_space-fsLR_desc-reg_sphere.surf.gii"
117
pial_path = testdata_path / "sub-sid000005_ses-budapest_acq-MPRAGE_hemi-R_pial.surf.gii"
118
- fslr_sphere_path = testdata_path / "tpl-fsLR_hemi-R_den-32k_sphere.surf.gii"
119
120
sct = SurfaceCoordinateTransform(pial_path, sphere_reg_path)
121
fn = tempfile.mktemp(suffix=".h5")
0 commit comments