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 d388591 commit 740a0c4Copy full SHA for 740a0c4
nitransforms/tests/test_linear.py
@@ -254,7 +254,8 @@ def test_Affine_to_x5(tmpdir, store_inverse):
254
metadata={"GeneratedBy": "FreeSurfer 8"}, store_inverse=store_inverse
255
)
256
assert node.type == "linear"
257
- assert node.subtype == "matrix"
+ assert node.subtype == "affine"
258
+ assert node.representation == "matrix"
259
assert node.domain is None
260
assert node.transform.shape == (4, 4)
261
assert node.array_length == 1
0 commit comments