Commit a87a88f
committed
BUG: Sets usedefault=True for invert_initial_moving_transform
The invert_initial_moving_transform variable in RegistrationInputSpec
needs usedefault=True to fix "TypeError: int() argument must be a
string or a number, not '_Undefined'". This occurred in line 817
"do_invert_transform = int(self.inputs.invert_initial_moving_transform)".1 parent 6a8f6d6 commit a87a88f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments