Skip to content

Commit 053a8b5

Browse files
committed
fix: revert unnecessary change debugging LTAs
1 parent 280b690 commit 053a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitransforms/tests/test_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_linear_save(tmpdir, data_path, get_testdata, image_orientation, sw_tool
152152
# Account for the fact that FS defines LTA transforms reversed
153153
T = np.linalg.inv(T)
154154

155-
xfm = nitl.LinearTransformsMapping([T])
155+
xfm = nitl.Affine(T)
156156
xfm.reference = img
157157

158158
ext = ""

0 commit comments

Comments
 (0)