Skip to content

Commit

Permalink
Codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 9, 2025
1 parent 75fac90 commit 610c14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_V55J.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_preprocessing(self):

# COREGISTER - Coregistration from anat to realigned func mean image
# We kept the default values for all other parameters.
# TODO apply to files ... but reverse tansform ?
# TODO apply to files ... but reverse transform ?
coregistration = Node(Coregister(), name = 'coregistration')
coregistration.inputs.jobtype = 'estimate'
coregistration.inputs.write_mask = False
Expand Down
2 changes: 1 addition & 1 deletion narps_open/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_workflows(input_workflow):
- input_workflow: either a list of nipype.Workflow or a nipype.Workflow
Returns:
- a list of nipype.Worflow:
- a list of nipype.Workflow:
- [input_workflow] if input_workflow is a nipype.Workflow
- input_workflow if input_workflow is a list of nipype.Workflow
- an empty list if input_workflow is None
Expand Down

0 comments on commit 610c14c

Please sign in to comment.