Skip to content

Commit

Permalink
TEST: drop unused path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Jun 22, 2024
1 parent 57222fd commit 2e7c7eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nitransforms/tests/test_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2e7c7eb

Please sign in to comment.