We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cabec commit a4d6df2Copy full SHA for a4d6df2
nitransforms/tests/test_surface.py
@@ -84,9 +84,9 @@ def test_SurfaceCoordinateTransform(testdata_path):
84
sct = SurfaceCoordinateTransform(fslr_sphere, pial)
85
86
# test loading from filenames
87
- sct = SurfaceCoordinateTransform(sphere_reg, pial)
88
- sctf = SurfaceCoordinateTransform.from_filename(reference_path=sphere_reg_path,
89
- moving_path=pial_path)
+ sct = SurfaceCoordinateTransform(pial, sphere_reg)
+ sctf = SurfaceCoordinateTransform.from_filename(reference_path=pial_path,
+ moving_path=sphere_reg_path)
90
assert sct == sctf
91
92
# test mapping
0 commit comments