Skip to content

Commit

Permalink
Typo while changing jobtype [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 4, 2024
1 parent 80100c9 commit c46a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_0ED6.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_preprocessing(self):
# COREGISTER - Coregister sbref to anat
coregister_sbref_to_anat = Node(Coregister(), name = 'coregister_sbref_to_anat')
coregister_sbref_to_anat.inputs.cost_function = 'nmi'
coregister_sbref_to_func.inputs.jobtype = 'estimate'
coregister_sbref_to_anat.inputs.jobtype = 'estimate'
preprocessing.connect(
segmentation_anat, 'native_gm_image', coregister_sbref_to_anat, 'target')
preprocessing.connect(
Expand Down

0 comments on commit c46a798

Please sign in to comment.