Skip to content

Commit

Permalink
Merge pull request #102 from jhlegarreta/MiscDocStyleFixes
Browse files Browse the repository at this point in the history
DOC: Misc documentation and style fixes
  • Loading branch information
jhlegarreta authored May 7, 2024
2 parents 0924b31 + 3c7f0bd commit 2c2896f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nireports/interfaces/dmri.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _DWIHeatmapOutputSpec(TraitedSpec):


class DWIHeatmap(SimpleInterface):
"""Prepare an fMRI summary plot for the report."""
"""Prepare an dMRI summary plot for the report."""

input_spec = _DWIHeatmapInputSpec
output_spec = _DWIHeatmapOutputSpec
Expand Down
3 changes: 1 addition & 2 deletions nireports/reportlets/modality/dwi.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def plot_heatmap(
return fig



def rotation_matrix(u, v):
r"""
Calculate the rotation matrix *R* such that :math:`R \cdot \mathbf{u} = \mathbf{v}`.
Expand Down Expand Up @@ -308,7 +307,7 @@ def plot_gradients(
**kwargs,
):
"""
Draw the vectors on a unit sphere with color code for multiple b-value.
Draw the vectors on a unit sphere with color code for multiple b-values.
Parameters
----------
Expand Down

0 comments on commit 2c2896f

Please sign in to comment.