Commit 3e9949b
committed
Fix mock attribute names to match AnatomicalLongOutputs fields
The mocks used `long_to_anat_xfm`/`anat_to_long_xfm` but the actual
NamedTuple fields are `long_to_template_xfm`/`template_to_long_xfm`.
Mock() silently creates any attribute, so this mismatch was invisible.1 parent 7aaca11 commit 3e9949b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments