Skip to content

Commit 7b345f3

Browse files
author
Christian Jorgensen
committed
fix linting
1 parent 1ff4fed commit 7b345f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/skmatter/decomposition/_pcovc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def fit(self, X, Y, W=None):
340340
W = self.z_classifier_.coef_.T
341341

342342
Z = X @ W
343-
343+
344344
if self.space_ == "feature":
345345
self._fit_feature_space(X, Y, Z)
346346
else:
@@ -527,4 +527,3 @@ def score(self, X, y, sample_weight=None):
527527

528528
# Inherit the docstring from scikit-learn
529529
score.__doc__ = LinearClassifierMixin.score.__doc__
530-

0 commit comments

Comments
 (0)