Skip to content

Commit

Permalink
test that polymer.children is same length as n monomers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Aug 12, 2024
1 parent 443ebd0 commit 8a04111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbuild/tests/test_polymer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_polymer_from_smiles(self):
assert len([p for p in chain.particles() if p.name == "C"]) == 10
assert len([p for p in chain.particles() if p.name == "H"]) == 22
assert len(chain.available_ports()) == 0
assert len(chain.children) == 5

def test_add_end_groups(self, ch2, ester):
n = 6
Expand Down

0 comments on commit 8a04111

Please sign in to comment.