Skip to content

Commit 79b7b50

Browse files
Update nitransforms/tests/test_surface.py
Co-authored-by: Oscar Esteban <[email protected]>
1 parent a4d6df2 commit 79b7b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitransforms/tests/test_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_SurfaceCoordinateTransformIO(testdata_path, tmpdir):
112112
pial_path = testdata_path / "sub-sid000005_ses-budapest_acq-MPRAGE_hemi-R_pial.surf.gii"
113113
fslr_sphere_path = testdata_path / "tpl-fsLR_hemi-R_den-32k_sphere.surf.gii"
114114

115-
sct = SurfaceCoordinateTransform(sphere_reg_path, pial_path)
115+
sct = SurfaceCoordinateTransform(pial_path, sphere_reg_path)
116116
fn = tempfile.mktemp(suffix=".h5")
117117
sct.to_filename(fn)
118118
sct2 = SurfaceCoordinateTransform.from_filename(fn)

0 commit comments

Comments
 (0)