We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4a568 commit c313a80Copy full SHA for c313a80
petprep/workflows/pet/fit.py
@@ -400,7 +400,7 @@ def init_pet_fit_wf(
400
ds_petmask_wf.inputs.inputnode.source_files = [pet_file]
401
workflow.connect([(merge_mask, ds_petmask_wf, [('out', 'inputnode.petmask')])])
402
403
- pvc_method = getattr(config.workflow, "pvc_method", None)
+ pvc_method = getattr(config.workflow, 'pvc_method', None)
404
405
# Stage 4: Reference mask generation
406
if config.workflow.ref_mask_name:
0 commit comments