Commit d87084ce authored by alat-rights's avatar alat-rights
Browse files

fixed style issue

parent 3ae09ba5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -589,7 +589,8 @@ class NormalizationTransformer(Transformer):
  def untransform_grad(self, grad, tasks):
    """DEPRECATED. DO NOT USE."""
    logger.warning(
        "NormalizationTransformer.untransform_grad is DEPRECATED and will be removed in a future version of DeepChem. Manually implement transforms to perform force calculations.")
        "NormalizationTransformer.untransform_grad is DEPRECATED and will be removed in a future version of DeepChem. Manually implement transforms to perform force calculations."
    )
    if self.transform_y:

      grad_means = self.y_means[1:]