Commit 3ae09ba5 authored by alat-rights's avatar alat-rights
Browse files

Fixed indent error

parent 62761d64
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -589,8 +589,7 @@ 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:]