Skip to content

Commit

Permalink
Actually use the copy parameter in StandardFlexibleScaler
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Jul 1, 2022
1 parent 888395a commit 2f193c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skcosmo/preprocessing/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(
self.rtol = rtol
self.atol = atol
self.n_samples_seen_ = 0
self.copy = False
self.copy = copy

def fit(self, X, y=None, sample_weight=None):
"""Compute mean and scaling to be applied for subsequent normalization.
Expand Down

0 comments on commit 2f193c5

Please sign in to comment.