Skip to content

Commit

Permalink
Update nitransforms/linear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Apr 19, 2024
1 parent acb0736 commit 4a18200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitransforms/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def matrix(self):
def ndim(self):
"""Access the internal representation of this affine."""
return self._matrix.ndim + 1

def map(self, x, inverse=False):
r"""
Apply :math:`y = f(x)`.
Expand Down

0 comments on commit 4a18200

Please sign in to comment.