Skip to content

Commit

Permalink
add CA test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored and richardjgowers committed Nov 7, 2019
1 parent bbe0d26 commit 240586e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/MDAnalysisTests/topology/test_guessers.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def test_guess_atom_element_1H(self):
('he', 'H'),
('zn', 'ZN'),
('Ca2+', 'CA'),
('CA', 'C'),
))
def test_guess_element_from_name(self, name, element):
assert guessers.guess_atom_element(name) == element
Expand Down

0 comments on commit 240586e

Please sign in to comment.