Skip to content

Commit cd6e930

Browse files
committed
fix(workflow): this function was setting resolution to None
1 parent fd5a3f3 commit cd6e930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,3 +653,4 @@ def _is_native(in_value):
653653
def _tpl_res(in_value):
654654
if in_value == 'native':
655655
return 2
656+
return in_value

0 commit comments

Comments
 (0)