From 2e7c7eb14ca7b88d08766fb71d1c6ecdd872f8a7 Mon Sep 17 00:00:00 2001 From: Dylan Nielson Date: Sat, 22 Jun 2024 12:16:38 +0900 Subject: [PATCH] TEST: drop unused path --- nitransforms/tests/test_surface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nitransforms/tests/test_surface.py b/nitransforms/tests/test_surface.py index 3ca1f648..d3924a3e 100644 --- a/nitransforms/tests/test_surface.py +++ b/nitransforms/tests/test_surface.py @@ -115,7 +115,6 @@ def test_SurfaceCoordinateTransform(testdata_path): def test_SurfaceCoordinateTransformIO(testdata_path, tmpdir): sphere_reg_path = testdata_path / "sub-sid000005_ses-budapest_acq-MPRAGE_hemi-R_space-fsLR_desc-reg_sphere.surf.gii" pial_path = testdata_path / "sub-sid000005_ses-budapest_acq-MPRAGE_hemi-R_pial.surf.gii" - fslr_sphere_path = testdata_path / "tpl-fsLR_hemi-R_den-32k_sphere.surf.gii" sct = SurfaceCoordinateTransform(pial_path, sphere_reg_path) fn = tempfile.mktemp(suffix=".h5")