Skip to content

Commit

Permalink
Correlation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 22, 2024
1 parent 89b49b3 commit c544227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/utils/correlation/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main():
parser = ArgumentParser(description = 'Compare reproduced files to original results.')
parser.add_argument('-t', '--team', type = str, required = True,
help = 'the team ID', choices = get_implemented_pipelines())
subjects.add_argument('-n', '--nsubjects', type=str, required = True,
parser.add_argument('-n', '--nsubjects', type = int, required = True,
help='the number of subjects to be selected')
arguments = parser.parse_args()

Expand Down

0 comments on commit c544227

Please sign in to comment.