Skip to content

Commit

Permalink
changed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesco committed Jul 20, 2021
1 parent 5ced30d commit c9b7195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/tests/test_compute_mean_fixel_afd_from_bundles.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ def test_execution_processing(script_runner):
'fodf_descoteaux07.nii.gz')
ret = script_runner.run('scil_compute_mean_fixel_afd_from_bundles.py',
in_tracking, in_fodf,
'afd_test.nii.gz', 'rd_test.nii.gz',
'afd_test.nii.gz',
'--sh_basis', 'descoteaux07', '--length_weighting')
assert ret.success
2 changes: 1 addition & 1 deletion scripts/tests/test_compute_mean_fixel_afd_from_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_execution_connectivity(script_runner):
in_fodf = os.path.join(get_home(), 'connectivity',
'fodf.nii.gz')
ret = script_runner.run('scil_compute_mean_fixel_afd_from_hdf5.py',
in_h5, in_fodf, 'decompose_afd_rd.nii.gz',
in_h5, in_fodf, 'decompose_afd.nii.gz',
'--length_weighting', '--sh_basis', 'descoteaux07',
'--processes', '1')
assert ret.success

0 comments on commit c9b7195

Please sign in to comment.