Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 9, 2023
1 parent 4a968a0 commit 73b6604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
**kwargs,
),
name=f"warp_{cbf_deriv}_to_t1w",
mem_gb=mem_gb * 3 * omp_nthreads,
mem_gb=mem_gb["resampled"],
n_procs=omp_nthreads,
)
# fmt:off
Expand Down

0 comments on commit 73b6604

Please sign in to comment.