Skip to content

Commit

Permalink
Check that Mg has the right element number
Browse files Browse the repository at this point in the history
  • Loading branch information
wukevin committed Dec 4, 2024
1 parent 3b43b2a commit 0ddfc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_inference_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ def test_ions_parsing(tokenizer: AllAtomResidueTokenizer):
chain = chains[0]
assert chain.structure_context.num_atoms == 1
assert chain.structure_context.atom_ref_charge == 2
assert chain.structure_context.atom_ref_element.item() == 12

0 comments on commit 0ddfc90

Please sign in to comment.