Skip to content

Commit

Permalink
Passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
frheault committed Mar 18, 2024
1 parent 85f48cf commit e5272e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/scil_tractogram_pairwise_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
assert_output_dirs_exist_and_empty,
add_processes_arg,
add_verbose_arg,
is_header_compatible_multiple_files,
assert_headers_compatible,
validate_nbr_processes)
from scilpy.tractanalysis.reproducibility_measures import tractogram_pairwise_comparison

Expand Down Expand Up @@ -84,9 +84,7 @@ def main():
to_verify = [args.in_tractogram_1, args.in_tractogram_2]
if args.in_mask:
to_verify.append(args.in_mask)
is_header_compatible_multiple_files(parser, to_verify,
verbose_all_compatible=True,
reference=args.reference)
assert_headers_compatible(parser, to_verify, reference=args.reference)

if args.out_prefix and args.out_prefix[-1] == '_':
args.out_prefix = args.out_prefix[:-1]
Expand Down

0 comments on commit e5272e5

Please sign in to comment.