Skip to content

Commit

Permalink
Bug in subject level analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 15, 2024
1 parent 1278530 commit 9690775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_O6R6.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_run_level_analysis(self):
),
name = 'subject_group'
)
run_level.connect(information_source, 'subject_id', subject_group, 'input_str')
run_level.connect(information_source, 'subject_id', subject_group, 'subject_id')

# Get Subject Info - get subject specific condition information
subject_information = Node(Function(
Expand Down

0 comments on commit 9690775

Please sign in to comment.