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 08f1482 commit 9608c58Copy full SHA for 9608c58
nipype/interfaces/spm/tests/test_utils.py
@@ -37,7 +37,7 @@ def test_apply_transform():
37
scrpt = applymat._make_matlab_command(None)
38
expected = 'img_space = spm_get_space(infile);'
39
assert_equal( expected in scrpt, True)
40
- expected = 'spm_get_space(infile, transform.M * img_space);'
+ expected = 'spm_get_space(infile, M * img_space);'
41
assert_equal(expected in scrpt, True)
42
43
def test_reslice():
0 commit comments