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 ac76954 commit a8c2556Copy full SHA for a8c2556
nipype/interfaces/spm/model.py
@@ -159,7 +159,7 @@ def _parse_inputs(self):
159
"""validate spm realign options if set to None ignore"""
160
einputs = super()._parse_inputs(skip=("mask_threshold", "flags"))
161
if isdefined(self.inputs.flags):
162
- einputs[0].update(dict(self.inputs.flags.items()))
+ einputs[0].update(self.inputs.flags)
163
for sessinfo in einputs[0]["sess"]:
164
sessinfo["scans"] = scans_for_fnames(
165
ensure_list(sessinfo["scans"]), keep4d=False
0 commit comments