Skip to content

Commit 69512f0

Browse files
Simplify BandedTRF
1 parent aaea063 commit 69512f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

naplib/encoding/banded_trf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def __init__(self, tmin, tmax, sfreq, alphas=None):
3232
self.tmax = tmax
3333
self.sfreq = sfreq
3434
self.alphas = alphas if alphas is not None else np.logspace(-2, 5, 8)
35-
self.basis_dict = basis_dict if basis_dict is not None else {}
3635
self.feature_alphas_ = []
3736
self.alpha_paths_ = []
3837
self.feature_order_ = []

0 commit comments

Comments
 (0)