Skip to content

Commit

Permalink
Update nitransforms/tests/test_surface.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Esteban <[email protected]>
  • Loading branch information
Shotgunosine and oesteban authored Jun 22, 2024
1 parent a4d6df2 commit 79b7b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitransforms/tests/test_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_SurfaceCoordinateTransformIO(testdata_path, tmpdir):
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(sphere_reg_path, pial_path)
sct = SurfaceCoordinateTransform(pial_path, sphere_reg_path)
fn = tempfile.mktemp(suffix=".h5")
sct.to_filename(fn)
sct2 = SurfaceCoordinateTransform.from_filename(fn)
Expand Down

0 comments on commit 79b7b50

Please sign in to comment.