Skip to content

Commit

Permalink
Remove reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Nov 3, 2023
1 parent 5c17a00 commit a59f593
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions torchmdnet/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ def reset_parameters(self):
def per_point(self, point_features, results, z, pos, batch, extra_args):
return point_features, results

def reduce(self, point_features, results, z, pos, batch, extra_args):
return point_features, results

def per_sample(self, point_features, results, z, pos, batch, extra_args):
return point_features, results

Expand Down

0 comments on commit a59f593

Please sign in to comment.