Skip to content

Commit

Permalink
Merge pull request #1810 from skoudoro/fix-1808
Browse files Browse the repository at this point in the history
[Bug FIx]  dipy_fit_csa and dipy_fit_csd workflow
  • Loading branch information
arokem committed Apr 19, 2019
2 parents ef24a38 + 396a55e commit 6cd1767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dipy/workflows/reconst.py
Expand Up @@ -443,7 +443,7 @@ def run(self, input_files, bvalues_files, bvectors_files, mask_files,
parallel : bool, optional
Whether to use parallelization in peak-finding during the
calibration procedure. Default: False
nbr_processes: int, optional
nbr_processes : int, optional
If `parallel` is True, the number of subprocesses to use
(default multiprocessing.cpu_count()).
out_dir : string, optional
Expand Down Expand Up @@ -610,7 +610,7 @@ def run(self, input_files, bvalues_files, bvectors_files, mask_files,
parallel : bool, optional
Whether to use parallelization in peak-finding during the
calibration procedure. Default: False
nbr_processes: int, optional
nbr_processes : int, optional
If `parallel` is True, the number of subprocesses to use
(default multiprocessing.cpu_count()).
out_dir : string, optional
Expand Down

0 comments on commit 6cd1767

Please sign in to comment.