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 <[email protected]>
  • Loading branch information
BalzaniEdoardo and sjvenditto authored Nov 5, 2024
1 parent 870d60a commit e2adc7b
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 @@ -2338,7 +2338,7 @@ def __init__(
order: int = 4,
window_size: Optional[int] = None,
bounds: Optional[Tuple[float, float]] = None,
label: Optional[str] = None,
label: Optional[str] = "CyclicBSplineBasis",
**kwargs,
):
super().__init__(
Expand Down

0 comments on commit e2adc7b

Please sign in to comment.