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 b0599a6 commit 9b8c363Copy full SHA for 9b8c363
nitransforms/tests/test_linear.py
@@ -53,6 +53,12 @@ def test_linear_filenotfound(data_path):
53
with pytest.raises(FileNotFoundError):
54
nitl.Affine.from_filename("doesnotexist.tfm", fmt="itk")
55
56
+ with pytest.raises(FileNotFoundError):
57
+ nitl.LinearTransformsMapping.from_filename("doesnotexist.tfm", fmt="itk")
58
+
59
60
+ nitl.LinearTransformsMapping.from_filename("doesnotexist.mat", fmt="fsl")
61
62
63
def test_linear_valueerror():
64
"""Exercise errors in Affine creation."""
0 commit comments