Skip to content

Commit

Permalink
Replace double quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 15, 2024
1 parent eb4d009 commit 0889d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def init_single_subject_wf(subject_id: str):
resample_raw_wf = init_resample_volumetric_wf(
bold_file=bold_file,
precomputed=functional_cache,
space=Reference.from_string("MNI152NLin6Asym:res-2")[0],
space=Reference.from_string('MNI152NLin6Asym:res-2')[0],
name=_get_wf_name(bold_file, 'resample_raw'),
)
resample_raw_wf.inputs.inputnode.bold_file = bold_file
Expand Down

0 comments on commit 0889d73

Please sign in to comment.