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 f376bd6 commit 1aba9a5
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 @@ -143,9 +143,7 @@ def _set_kernel(self) -> "ConvBasisMixin":

@property
def window_size(self):
"""Window size as number of samples.
Duration of the convolutional kernel in number of samples.
"""Duration of the convolutional kernel in number of samples.
"""
return self._window_size

Expand Down

0 comments on commit 1aba9a5

Please sign in to comment.