Skip to content

Commit

Permalink
oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Apolline Mellot committed Aug 9, 2023
1 parent de35d1f commit f2d5809
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coffeine/transfer_learning.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def fit_transform(self, X, y):
"""
X = _check_data(X)
_, y_enc = encode_domains(X, y, self.domains)
print(pyriemann.__version__)
if pyriemann.__version__ != '0.6':
self.re_scale_ = TLStretch_patch(
'target_domain', centered_data=False, metric=self.metric
Expand Down

0 comments on commit f2d5809

Please sign in to comment.