Skip to content

Commit cce5061

Browse files
committed
fix: factorial design interaction key mismatch
1 parent e9dc9c5 commit cce5061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def _format_arg(self, opt, spec, val):
739739
if opt in ['covariates']:
740740
outlist = []
741741
mapping = {'name': 'cname', 'vector': 'c',
742-
'interactions': 'iCFI',
742+
'interaction': 'iCFI',
743743
'centering': 'iCC'}
744744
for dictitem in val:
745745
outdict = {}

0 commit comments

Comments
 (0)