Skip to content

Commit

Permalink
Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Oct 8, 2024
1 parent 905dd9f commit 5a13779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mda_openbabel_converter/tests/test_openbabel_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def test_attrs_total_counts(self, top):
ag = u.select_atoms("all")
res = ag.residues
seg = ag.segments
print(len(ag))
assert len(ag) == self.expected_n_atoms
assert len(res) == self.expected_n_residues
assert len(seg) == self.expected_n_segments

0 comments on commit 5a13779

Please sign in to comment.