Skip to content

Commit

Permalink
Merge pull request #1963 from jhlegarreta/FixLiFEDocstring
Browse files Browse the repository at this point in the history
DOC: Fix parameter docstring in LiFE tracking script
  • Loading branch information
arokem committed Sep 2, 2019
2 parents ffe7637 + a1c30bf commit f5eb044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/tracking/life.py
Expand Up @@ -218,7 +218,7 @@ def __init__(self, gtab, evals=[0.001, 0, 0], sphere=None):
evals : list of 3 items
The eigenvalues of the canonical tensor to use in calculating the
signal.
n_points : `dipy.core.Sphere` class instance
sphere : `dipy.core.Sphere` class instance
The discrete sphere to use as an approximation for the continuous
sphere on which the signal is represented. If integer - we will use
an instance of one of the symmetric spheres cached in
Expand Down

0 comments on commit f5eb044

Please sign in to comment.