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 59abe28 commit f376bd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/nemos/basis/_basis_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ def _set_kernel(self) -> "ConvBasisMixin":
The instance itself, modified to include the computed kernel if applicable. This
allows for method chaining and integration into transformation pipelines.
Notes
-----
Subclasses implementing this method should detail the specifics of how the kernel is
computed and how the input parameters are utilized. If the basis operates in 'eval'
mode exclusively, this method should simply return `self` without modification.
"""
self.kernel_ = self._evaluate(np.linspace(0, 1, self.window_size))
return self
Expand Down

0 comments on commit f376bd6

Please sign in to comment.