Skip to content

Commit

Permalink
extend basis is now aware of standing_wave and trend kwargs, addressi…
Browse files Browse the repository at this point in the history
…ng Issue #13
  • Loading branch information
bmeyers committed Dec 2, 2024
1 parent 96e94a6 commit 7e2b6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spcqe/quantiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ def extend_basis(self, t):
self.num_harmonics,
t,
self.periods,
standing_wave=self.standing_wave,
trend=self.trend
max_cross_k=self.max_cross_k,
custom_basis=self.custom_basis,
)
Expand Down

0 comments on commit 7e2b6f1

Please sign in to comment.