Skip to content

Commit

Permalink
clean up todo
Browse files Browse the repository at this point in the history
  • Loading branch information
fyng committed Jan 31, 2024
1 parent e8fe374 commit 48721fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mtenn/conversion_utils/visnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def forward(self, data):
z = data["z"]

# all atom in one pass from the same molecule
# TODO: set separate batch for ligand and protein
batch = torch.zeros(z.shape[0], device=z.device)
x, v = self.visnet.representation_model(z, pos, batch)
x = self.visnet.output_model.pre_reduce(x, v)
Expand Down

0 comments on commit 48721fb

Please sign in to comment.