Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jan 18, 2025
1 parent 39a9dfa commit 8cf5724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowermd/tests/base/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_polymer_different_chain_lengths(self, dimethylether_smiles):
)
assert polymer.n_particles == 53
assert len(polymer.molecules[0].children) == 3
assert len(polymer.molecules[1].children]) == 4
assert len(polymer.molecules[1].children) == 4

def test_polymer_different_num_mol(self, dimethylether_smiles):
polymer = Polymer(
Expand Down

0 comments on commit 8cf5724

Please sign in to comment.