Skip to content

Commit

Permalink
chore: use all threads
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed Mar 15, 2024
1 parent 76b4d97 commit 0d57174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def run_commit_StickZeppelinBall(local_path):
filename_peaks = os.path.join( local_path, 'peaks.nii.gz' ),
filename_mask = os.path.join( local_path, 'WM.nii.gz' ), #'WM.nii.gz',
fiber_shift = 0.5,
peaks_use_affine = True,
n_threads = 2
peaks_use_affine = True
)

amico.util.fsl2scheme( os.path.join( local_path, 'bvals.txt'), os.path.join( local_path, 'bvecs.txt'), os.path.join( local_path, 'DWI.scheme') )
Expand Down

0 comments on commit 0d57174

Please sign in to comment.