Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wukevin committed Dec 9, 2024
1 parent 5d56f8a commit 9d776b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_glycans.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_glycan_tokenization_with_bond():
)

# Each NAG component is C8 H15 N O6 -> 8 + 1 + 6 = 15 heavy atoms
# The bond between them displaces one oxygen, leaving 2 * 5 - 1 = 29 atoms
# The bond between them displaces one oxygen, leaving 2 * 15 - 1 = 29 atoms
assert feature_context.structure_context.atom_exists_mask.sum() == 29
# We originally constructed all atoms in dropped the atoms that leave
assert feature_context.structure_context.atom_exists_mask.numel() == 30
Expand Down

0 comments on commit 9d776b9

Please sign in to comment.