diff --git a/smt/surrogate_models/krg_based.py b/smt/surrogate_models/krg_based.py index d73bfb67e..cf934f1ed 100644 --- a/smt/surrogate_models/krg_based.py +++ b/smt/surrogate_models/krg_based.py @@ -456,15 +456,15 @@ def _new_train(self): mixint_type=MixIntKernelType.CONT_RELAX, ) - # Center and scale X_cont and y - ( - self.X_norma, - self.y_norma, - self.X_offset, - self.y_mean, - self.X_scale, - self.y_std, - ) = standardization(X_cont.copy(), y.copy()) + # Center and scale X_cont and y + ( + self.X_norma, + self.y_norma, + self.X_offset, + self.y_mean, + self.X_scale, + self.y_std, + ) = standardization(X_cont.copy(), y.copy()) if self.name not in ["SGP"]: if self.is_continuous: