Skip to content

Commit

Permalink
change docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Dec 15, 2024
1 parent 3d91df1 commit 28599c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nemos/basis/_basis_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _iterate_over_components(self) -> Generator:
Returns
-------
A list with the basis components.
A generator returning self, it will be chained for composite bases.
"""
return (x for x in [self])
Expand Down Expand Up @@ -608,7 +608,7 @@ def _iterate_over_components(self):
Returns
-------
A list with all 1d basis components.
A generator looping on each individual input.
"""
return chain(
self._basis1._iterate_over_components(),
Expand Down

0 comments on commit 28599c8

Please sign in to comment.