Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 16, 2024
1 parent 595455c commit b4d333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/tests/test_compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_load_conversion(self, ethane, h2o):
assert np.allclose(test_converted1.xyz, test_converted2.xyz)

def test_load_xyz(self):
myethane = mb.load(get_fn("ethane.xyz"))
myethane = mb.load(get_fn("ethane.xyz"))
assert myethane.n_particles == 8
assert myethane.n_bonds == 0
assert len(myethane.children) == 1
Expand Down

0 comments on commit b4d333a

Please sign in to comment.