Skip to content

Commit

Permalink
Update src/nemos/basis/_basis_mixin.py
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <[email protected]>
  • Loading branch information
BalzaniEdoardo and billbrod authored Dec 9, 2024
1 parent 8427d6e commit 98c2a74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nemos/basis/_basis_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def _compute_features(self, *xi: ArrayLike):
Returns
-------
:
A matrix with the transformed features. The basis evaluated at the samples,
or :math:`b_i(*xi)`, where :math:`b_i` is a basis element. xi[k] must be a one-dimensional array
or a pynapple Tsd.
A matrix with the transformed features.
"""
return self._evaluate(*xi)
Expand Down

0 comments on commit 98c2a74

Please sign in to comment.