From 65a18bafbfa3e4c1fc8bffbd50dce17424f8176e Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 8 Nov 2023 16:38:55 -0500 Subject: [PATCH] Update base.py --- aslprep/workflows/asl/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aslprep/workflows/asl/base.py b/aslprep/workflows/asl/base.py index 6c7663115..faac593b9 100644 --- a/aslprep/workflows/asl/base.py +++ b/aslprep/workflows/asl/base.py @@ -534,7 +534,6 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False): # Generate a tentative aslref from the most appropriate available image type in the ASL file final_aslref_wf = init_asl_reference_wf( - omp_nthreads=omp_nthreads, aslcontext=run_data["aslcontext"], name="final_aslref_wf", )