Skip to content

Commit

Permalink
Merge pull request #188 from hl2500/master
Browse files Browse the repository at this point in the history
Update featurization.py
  • Loading branch information
hesther committed Aug 10, 2021
2 parents 3f20ca4 + 56f8209 commit 4b00fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemprop/features/featurization.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def get_a2a(self) -> torch.LongTensor:
"""
Computes (if necessary) and returns a mapping from each atom index to all neighboring atom indices.
:return: A PyTorch tensor containing the mapping from each bond index to all the incoming bond indices.
:return: A PyTorch tensor containing the mapping from each atom index to all the neighboring atom indices.
"""
if self.a2a is None:
# b = a1 --> a2
Expand Down

0 comments on commit 4b00fbf

Please sign in to comment.