Skip to content

Commit

Permalink
BF: Removed parallel=True in peaks_from_model in doc/examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
gabknight committed Aug 26, 2014
1 parent d7d5370 commit 4500a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/examples/reconst_csd.py
Expand Up @@ -154,8 +154,7 @@
data=data_small,
sphere=sphere,
relative_peak_threshold=.5,
min_separation_angle=25,
parallel=True)
min_separation_angle=25)

fvtk.clear(ren)

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/tracking_quick_start.py
Expand Up @@ -63,7 +63,7 @@
mask=mask,
relative_peak_threshold=.5,
min_separation_angle=25,
parallel=True)
parallel=False)

"""
For the tracking part, we will use the fiber directions from the ``csd_model``
Expand Down

0 comments on commit 4500a2e

Please sign in to comment.