Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Nov 11, 2024
1 parent 6e1a72e commit a112c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_connectivity_compute_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _build_arg_parser():
g.add_argument('--min_lesion_vol', type=float, default=7,
help='Minimum lesion volume in mm3 [%(default)s].')
g.add_argument('--density_weighting', action="store_true",
help='Use density-weighting for the metric weighted'
help='Use density-weighting for the metric weighted '
'matrix.')
g.add_argument('--no_self_connection', action="store_true",
help='Eliminate the diagonal from the matrices.')
Expand Down

0 comments on commit a112c4f

Please sign in to comment.