Skip to content

Commit ff58c8d

Browse files
authored
Deleting duplicate scale_z
1 parent 13d266a commit ff58c8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/skmatter/decomposition/_pcovc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ class PCovC(LinearClassifierMixin, _BasePCov):
141141
scale_z: bool, default=False
142142
Whether to scale Z prior to eigendecomposition.
143143
144-
scale_z: bool, default=False
145-
Whether to scale Z prior to eigendecomposition.
146-
147144
iterated_power : int or 'auto', default='auto'
148145
Number of iterations for the power method computed by
149146
svd_solver == 'randomized'.

0 commit comments

Comments
 (0)