File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ def init_bold_fit_wf(
231
231
metadata = layout .get_metadata (bold_file )
232
232
orientation = '' .join (nb .aff2axcodes (nb .load (bold_file ).affine ))
233
233
234
- bold_tlen , mem_gb = estimate_bold_mem_usage (bold_file )
234
+ _bold_tlen , mem_gb = estimate_bold_mem_usage (bold_file )
235
235
236
236
# Boolean used to update workflow self-descriptions
237
237
multiecho = len (bold_series ) > 1
@@ -746,7 +746,7 @@ def init_bold_native_wf(
746
746
bold_file = bold_series [0 ]
747
747
metadata = all_metadata [0 ]
748
748
749
- bold_tlen , mem_gb = estimate_bold_mem_usage (bold_file )
749
+ _bold_tlen , mem_gb = estimate_bold_mem_usage (bold_file )
750
750
751
751
if multiecho :
752
752
shapes = [nb .load (echo ).shape for echo in bold_series ]
You can’t perform that action at this time.
0 commit comments