Skip to content

Commit 2e7c7eb

Browse files
committed
TEST: drop unused path
1 parent 57222fd commit 2e7c7eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nitransforms/tests/test_surface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def test_SurfaceCoordinateTransform(testdata_path):
115115
def test_SurfaceCoordinateTransformIO(testdata_path, tmpdir):
116116
sphere_reg_path = testdata_path / "sub-sid000005_ses-budapest_acq-MPRAGE_hemi-R_space-fsLR_desc-reg_sphere.surf.gii"
117117
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"
119118

120119
sct = SurfaceCoordinateTransform(pial_path, sphere_reg_path)
121120
fn = tempfile.mktemp(suffix=".h5")

0 commit comments

Comments
 (0)