Skip to content

Commit

Permalink
Update src/nemos/basis/_transformer_basis.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 cb7e1e7 commit 8427d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/basis/_transformer_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, basis: Basis):

@staticmethod
def _unpack_inputs(X: FeatureMatrix):
"""Unpack impute without using transpose.
"""Unpack inputs without using transpose.
Unpack horizontally stacked inputs using slicing. This works gracefully with ``pynapple``,
returning a list of Tsd objects. Attempt to unpack using *X.T will raise a ``pynapple``
Expand Down

0 comments on commit 8427d6e

Please sign in to comment.