Skip to content

Commit

Permalink
Update src/nemos/basis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Jo Venditto <sjvenditto@gmail.com>
  • Loading branch information
BalzaniEdoardo and sjvenditto authored Nov 5, 2024
1 parent bc3ed3c commit d5f1a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,7 @@ def __init__(
width: float = 2.0,
window_size: Optional[int] = None,
bounds: Optional[Tuple[float, float]] = None,
label: Optional[str] = None,
label: Optional[str] = "RaisedCosineBasisLinear",
**kwargs,
) -> None:
super().__init__(
Expand Down

0 comments on commit d5f1a7f

Please sign in to comment.