Skip to content

Commit

Permalink
fix: "tensor.py:425:12: W605 invalid escape sequence '\D'"
Browse files Browse the repository at this point in the history
  • Loading branch information
WassCodeur committed Mar 30, 2024
1 parent 55c614d commit 4fddf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fury/actors/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def main_dir_uncertainty(evals, evecs, signal, sigma, b_matrix):
analysis described in [1]_. The idea is to estimate the variance of the
main eigenvector which corresponds to the main direction of diffusion,
directly from estimated D and its estimated covariance matrix
:math:`\Delta D` (see [2]_, equation 4). The angle :math:`\\Theta`
:math:`Delta D` (see [2]_, equation 4). The angle :math:`\\Theta`
between the perturbed principal eigenvector of D,
:math:`\\epsilon_1+\\Delta\\epsilon_1`, and the estimated eigenvector
:math:`\\epsilon_1`, measures the angular deviation of the main fiber
Expand Down

0 comments on commit 4fddf96

Please sign in to comment.